Hi,
I have a webgrid which uses LoadOnDemand="Xml" and paging. To handle CRUD errors I implemented the solution demonstrated by Infragistics on their online help (http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR3.5/html/WebGrid_Handling_CRUD_Errors_with_a_SQL_Data_Source.html). However, that killed all my grid ajax communication and the paging, group by and sorting stopped working.
Can't I have both?
The solution provided for CRUD errors shouldn't have any effect on the other functionality of the Grid. The solution shows how to handle the errors.
Magued