|
Browse by Tags
All Tags » databinding » webgrid ( RSS)
-
So I need to databind again because of stored procedures running on the database, and I need to show those changes in the grid. Running databind again works, but you loose the expanded rows, selected rows etc. So surely theres a way to re-read the data from the dataset without databind?. Thanks.
-
I have a grid where I have defined a band and columns at design time and I want to bind a datatable to this grid at runtime. I have the same number of columns in the grid and the daatable. I have set the BaseColumnName property to the columnnames in the datatable and set the Band key and tablename in...
-
I'm guessing you're using the UpdateRowBatch event on the grid. That event will defer firing until the page is posted back through some other mechanism. Unfortunately, any postback will trigger the updaterowbatch event to fire. Once the event fires, you have to push the changes to your database...
Page 1 of 1 (3 items)
|
|