Browse By Tags

  • Loose active/selected row style with paging.

    Hi,

    I am using an ultrawebgrid 2009.2

    I am using the following to bind my data to the ultrawebgrid:

    uwg.DataSource = refdata
    uwg.DataBind()

    uwg.EnableAppStyling = Infragistics.WebUI.[Shared].DefaultableBoolean.[True]
    uwg.StyleSetName = "Claymation"…

  • Row Selectors selected style

    Hi,

    I couldn't find anywhere to change the style of the selected rows row selector (if that makes sense). Sometimes, for whatever reason, you need to set the background style of a row. Often this means that when you select that row, the selected row…

  • Maintain Selected Rows accross pages

    I am attempting to use UltraWebGrid (Version=7.3.20073.38) to display 1000+ rows (of which, 1 column will contain up to 25-50 characters) with Extended Row Selection and Keyboard Activation enabled. Because row selection is sluggish with 1000 rows in the…

  • grid.SelectedRows.Count property has a value of 0

    I'm having a problem with an ultrawebgrid where when a row is selected the grid.SelectedRows.Count property has a value of 0.

    The problem is that the problem only exists in 2 of 3 of my development environments.  When I run this from my DEV web server…

  • WebGrid selection to filter another WebGrid

    Oops..I placed in the wrong Discussion group.

     

    Hi,

    I am trying to filter a webgrid based on another webgrid's selection.  When the page is first loaded my toBeFilteredGrid shows all rows and my selectionGrid defaults to one of the rows (selected…

  • Retrieving Selected Rows On the Client

    I'm using an UltraWebGrid to display a set of data.  The grid allows users to select multiple rows.  I would like to know if there is a way to retrieve the selected rows on the client-side using javascript.  I saw that there is a javascript method to set…