Hello Warren,
This happens because WebDataGrid requests DataSource on every postback, even when EnableDataViewState is true.
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=WebDataGrid_Getting_Started_with_WebDataGrid_EnableDataViewState_Property…
PV87669 said:Oddly enough, I didn't have this problem with UltraWebDataGrids, but do with WebDataGrid, and it has completely different configuration for styling (and almost everything).
Again, I can't thank you enough!
I think I've drilled down to the root of the issue. Having a WebDataGrid in one of the ContentTabs seems to be causing the issue.
Even just putting an empty WebDataGrid into a ContentTabItem, then clicking…
Hi!
My web site use WebDataGrid, and I set RowEditing.
In this sample, WebDataGrid wait until my inputting all strings.
http://samples.jp.infragistics.com/aspnet/Samples/WebDataGrid/EditingAndSelection/RowEditing/Default.aspx?cn=data-grid&sid=ab72294d…
If we have 300 Columns with WebDataGrid, it will not display the columns. We have taken 300 Columns in WebDataGrid and if we try to display the data it will not display any thing.
Hi,
Can we freeze the first few columns in a WebHierarchicalDataGrid?
Or can we load a WebDataGrid in another WebDataGrid's row ?
Thanks
-Venkatesh
i put webdatagrid in updatepanel when each time post back, there are the same column numbers' lines showed at the right side of the webdatagrid.
Hi
In WebDataGrid control am having UnboundCheckBoxField. And i what any server event of WebDataGrid that will fire on UnboundCheckBoxField while checkbox Checked/Unchecked
Hello,
How to set WebdataGrid's default filter to "Contains" when column's Data Type = System.String.
The columns of my WebDataGrid are auto generated form a DataSource (DataTable)
I was referring WebDataGrid (part of Ultimate UI for ASP.NET) and I created a new post for the this issue under Ultimate UI webdatagrid forum
thanks