Hi,
Please tell me how to load all the child data in hierarchical WebGrid, the child data is getting loaded when i Press the [+] sign. My settings are Browser="Xml", LoadOnDemand="Not Set". I don't want a postback while expand/Collapse. Any Help is appriciated.
Thank You
Regards
Chaitu.
Chiatu,
With the grid's LoadOnDemand property set to "NotSet", all of the grid's data should already be sent to the client. You should not be getting a postback when expanding a row, at least not for the purpose of loading more rows.
Are you handling server-side events on the grid, and if so, which ones? One of these may be causing a postback.