Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
255
How to load all child data at the time of binding Hierarchical Ultrawebgrid
posted

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.

 

 

  • 45049
    posted

    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.