Browse By Tags

  • 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…
  • 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…

  • Ultrawebgrid with hyperlink column

    Hi,

    I am using a ultrawebgrid with one of the columns as hyperlink. On InitiazieRow i have created a hyperlink column & have set TargetURL to

    string.Format("@[_blank]Page.aspx);

     

    But I want to open this page.aspx with focus on it & at the…

  • How to Bind WebdateChooser to webgrid column in client side?

    Hi guys,

    I want to bind a web date chooser to a column in a web grid in the client side using javascript, i.e when i click on the cell, a web date chooser should pop up.

    If u guys have any idea,plz help?

  • Alignment Problem in UltraWebGrid when css class is used

    Hi,

    I have a Ultrawebgrid control in which some columns are aligned to "center" in design time.

    I have associated a css class to this control. In runtime if I see the columns, then all the columns are

    aligned to left. I'm not sure why this…

  • Sample Application For Web Grid Insert,Edit,Delete

    Sample application for webgrid insert,update,delete using dynamic controls How is it possible?

  • WebCombo in WebGrid trigger by double click instead of single click

     Hi all,

     I am wondering whether is possible to have a webcombo in webgrid that trigger by double click instead?

    Because, I would like to single click a webgrid cell to create / display another webgrid on page with additional information regarding the cell…

  • UltraWebGrid with checkboxes and dropdowns as columns

    Hi,

     

    I want to display a scrollabe ultrawebgrid with some columns as dropdownlist or most probably webcombo ( which will be populated from database ) and checkboxes. Also I want to perform some functionality if checkboxes are selected on server side.

  • How to Ultrawebgrid : get only updated values

    Hi All,

    I having a scenario that i need to get only the updated values in the UltraWebGrid and update the DB with only the changes/Modified Records inside the grid.

    How to get only the updated rows and columns values in UltraWebGrid.

     Is there anyway to…

  • 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…

  • Lock First Row of the Grid

    Hi

    I am currently using the NetAdvantage 2009.1 UltraWebGrid.I have a problem that  How i freeze/Lock the First Row of the Grid ,it can Not be change nad cant be Scroll

    My Grid is Bound with data table and i put my specific value in first row. thats why…

  • Cancel post back on client side not happening after confirm dialog

    I have an ultrawebgrid that has 2 template button columns. One for editing the data in the row and one to Delete the row. I am trying to get a confirmation on the click of the delete (this posts back to server deletes a rec from a dataset and rebinds…

  • WebCombo causing postback

    Hi,

    I am using a Ultrawebgrid with one of the column as webcombo. I want to display value of last column of grid on selection of webcombo so I have attached SelectedRowChanged ate server side causing postback. 

    Whenever I click on webcmbo in any row…