Browse By Tags

  • Unbound checkbox losing state after second postback

    Hi,

    We have found the following behavior with Web Grid, and want to confirm if the same is a bug.

    Created an Unbound column of CheckBox Type, and placed a 'Test Postback' on the page (outside the WebGrid).

    1. Check one or more Check Boxes

  • WebCombo as User Control in UltraWebGrid column

    Hi All,

    I'm trying to add a WebCombo inside of a UltraWebGrid column.  I'm doing this inside of an overriden CreateChildControls method which, for each row, queries the DB for the drop down items and adds the control to the cell in question.

  • Strange behaviour (bug?) with Infragistics WebGrid when sorting in Outlook Group By mode

    Hi

    I think I have encountered a bug in the WebGrid control.

    I have created a datasource which connects to the NWind db and returns all data from the "Alphabetical List of Products" view.  I have initialised a WebGrid control with this datasource…

  • Using webnavbar's insert and submit with webgrid

    I am using the webnavbar with an ultrawebgrid (which uses fixed row filtering) . I have the delete button deleting rows correctly. I have the insert button adding a row to the grid but no postback is ever performed to fire off the AddRow or AddRowBatch…

  • UltraWebGrid and doPostBack

    Hi,

    I am using the UltraWebGrid inside an UpdatePanel on my page and I am getting numerous Javascript errors after I call the __doPostBack function from a client-side event handler. The grid works fine beforehand, but after the function is called many…

  • sort + postback clears all data

    i have a an ultrawebgrid which holds about 3000 rows, i don't use a pager, all the rows are in a single page and i'm having trouble with sorting it.

    since using the built in sort functions takes to much time since the table is very big, my last…

  • Using webnavbar's insert and submit with webgrid

    I am using the webnavbar with an ultrawebgrid (which uses fixed row filtering) . I have the delete button deleting rows correctly. I have the insert button adding a row to the grid but no postback is ever performed to fire off the AddRow or AddRowBatch…