Browse By Tags

  • Ultrawebgrid v10.3 not retaining dropdown values on sort

     

    • I am using Ultrawebgrid v10.3
    • I am adding New Row by using Client Side Code
    • On adding a row, system displays Drop down list for each column of the grid
    • This data binding done from client side in Add Mode as well as done from server side in Edit…
  • Ajax Control Tool Kit and UltraWebGrid

    We use the auto complete and calendar controls from ajax control tool kit. However, the pop up of the these two controls is always blocked by the UltraWebGrid. We tried to play around the z-index for both auto complete and calendar control. We even set the…

  • Grouping and Filtering used in combination

    Hello,

    Recently I've made a webgrid where the data is grouped by a few columns. This works without problems.
    Now, however, i've tried to add filtering to the page. At first I set the filtermode to SiblingRowsOnly.
    This had the effect that the filter…

  • Ultra webgrid e.SelectedRow error - objecnt not set an instant

    I'm using Ultra Web grid in my application.  When I click one of the cell and fire the SelectedRowChanged handler, I found that e.SelectedRow is nothing.  Any one have idea on this? Please Help.  Thanks in advance.

    <igtbl:UltraWebGrid id="gdday" runat…

  • I have a problem exporting infragistics’ objects to Excel.

    We have an application where we export to Excel files using “UltraWebGridExcelExporter”, but it shows the following error:
                       "Internet Explore cannot download form.aspx of xxx.xxx.es "
     "Unable to open this Internet…
  • Ultrawebgrid 10.3 Performance issue with IE8

    We are currently using Infragistics ultrawebgrid 10.3 version with IE8 .The problem is , The grid loading and rendering is very slow . But the same code is working fine in IE7  and the performance is better than IE8.
     
    For ex,
    If I am selecting all…
  • WebGrid In FireFox Not Working Properly

    Hello.....

    Can Anyone please help me...

    I am having multilevel grid, its working fine in IE7. But i am having some Design Issues in FireFox 3.0.1. The Row Selector Column not Visible Properly in FF. If i change thge width the the design change in IE…

  • Does WebGrid allow displaying/hiding only through CSS styles display and visibility?

    Does WebGrid allow displaying/hiding through CSS styles display and visibility? I dont want to use WebGrid property Visible but want to display/hide only by setting style attributes display and visibility.

  • How to merge cell and header of of UltraWebGrid?

    I am using UltraWebGrid in my application. Can anyone tell me how to merge cells of a row of UltraWebGrid?

    Is it possible to merge header(one heading for all row) also?

    Also I want to allow user to select only one cell at a time (not whole row). How to…

  • UltraWebGrid Header Display in Google Chrome

    I am using Infragistics version 10.3.20103.1013 and Google Chrome version 8.0.552.224.

    If I set an UltraWebGrid's StationaryMargins property to HeaderandFooter, the header does not appear in Chrome (IE 7 and 8, Firefox and Safari display fine) and the…

  • ultrawebgrid cell activation

    I have a form with an ultrawebgrid on it. When the user moves from the grid to the next textbox, I want to reset grid a so you cant see what cell was the last active cell.

    How can I do this?

    Regards,

    Willie

  • Ultragridview on a Search Page

    Hi ,

    I am trying to use ultrawebgrid on a search page with different textbox and different butons. I plan to call different stored procedure for different buttons to bind the grid.

    If i am binding the data on Button click event i am not able to have…

  • Webgrid: Add a new row to Webgrid with default Data

    Hi,

    I've recently made a Webgrid that allows users to Add new records to the grid,
    but they've also asked that, when they push the button to add a new line to the Grid,
    this new line already have certain standard data filled in.

    I've been looking…

  • EditCell doesn't aligh with Dispalyed Cell (Compatibility View)

    I just upgraded to NetAdvantage 2010 V2, and all existing WebGrids (and new ones created for testing) offset the Edit Cell from the Displayed Cell when "in-row" editing is allowed on specific cells (CellClickActionDefault=”Edit”).…
  • UltrawebGrid1_Initializelayout Spell check Issue

    Hi,

         I have upgraded the  ultrawebgrid  Infragistics2 to Infragistics35. after update the Assembly version ,

       I got the Script exception " There is a problem with the event handler method

       Ultrawebgrid1_Initializelayout  Please check the Method…

  • Ultraweb grid add row event firing twice on save button click

    Hi,

    I am using Infragistics 9.1 ultrawebgrid control. My scenario is as follows.

    I have one grid - say Parent grid, contains 3 columns i.e. ID, Name, Address and for each row we will have User Phone information, this will be multiple rows. I am populating…

  • Regarding UltraWebGrid

    UltraWebGrid

  • UltraWebGrid (with Async Callbacks involved) - Adds (or deletes) more rows when you're not looking!

    Hi,

    I have a situation where I have an UltraWebGrid that resides on an UltraWebTab control.  I have client-side buttons for adding/deleting rows from the grid.  This grid behaves pefectly normal when I don't include any AJAX functionality.  However…

  • Paging, sorting and databinding

    Hey guys,

         Using an ultrawebgrid. No ajax or master pages, etc. The grid is set up to allow paging.

    Scenario - we have a panel with a menu of image buttons.  Each button allows the user to see a different set of data, so the page is being told what mode…

  • Allow Leading spaces in the UltraWebGrid cell

    HI All,

    I am trying to allow leading spaces in the cell for UltraWebGrid 3.1, After the edit cell, i m not able to see the leading spaces in the cell, its implicitly trims out the cell without spaces.

    Please let me know, how to allow the leading spaces…

  • Fixed header in UltraWebGrid

    How do you set the title row to fixed in the UltraWebgrid.

    I thought that  :

                   grid.displayLayout.UseFixedHeaders =

    True

    HowWould do it, but it has no effect.

    I have set the controls property as well as used the code above.

    Thanks,

  • Row filtered records is not retained in the Ultra webgrid after toolbar button clicked

    Hi,

    we have one scenario where ultragrid not retained the data after page postback. here i have listed properties we set for ultraweb grid

    1. AllowRowFilter="Yes"
    2. LoadOnDemand="XML"
    3. AllowPaging="No"

    Scenario: #1

  • Move focus from ultrawebgrid to another control

    Hey Guys,

    My apologies in advance if this has been covered, but I really did search and not find an answer to this.

    Situation: Using ultrawebgrids in ASP.Net 2.0.

    User needs to select from a grid. The name of the person in the selected row populates…

  • Parameter passing problem with UltraWebGrid

    I have an ASP.NET website I am trying to build with a master-detail scenario. I am using a gridview on the master page, an Access DB, and the UltraWebGrid for the detail page. I seem to be having an issue with passing a parameter to the detail page--…

  • Contents which is in Textbox cannot be selected

    Hello,

    I am having UltrawebGrid and I am populating this grid in client side using javascript.  I have a textbox in one of the columns. I am having two problems with it

    1) when i type in some text, if i make a mistake, i am not able select the contents…