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
235
How to load the Child Rows without post back?
posted

We have Web Hierachical Data Grid(13.2) in our project. We have the data from DB. It has proper parent child relationship. We bind it to Web Hierachical Data Grid. It works fine. It shows bands. When we click on the Parent Band to expand the Child row it do postback to get the data.

Actully we are assigning dataset with parenet child data. Expected that it should just expand  & show the child records than getting data again from database. Is there any way to insist it?

Since we have all the data at time of binding it to Web Hierachical Data Grid when we click on parent band it should collapse & display child records instead of doing post back.

Do we need to set any propert? Please provide sample.

WebHierarchicalDataGridSample1 (2).zip