Hi,
I have a WHD which I am binding to a generic list dynamically. It seems to hang the page up. I have 47 parent records and 300 child records (roughly 5-10 child records per parent).
I ran sql profiler to see if it is a data issue but it is not. I have the page size defined as well. I am not sure what to do at this point. Any help will be greatly appreciated.
Marshal
Hey Marshal,
What is your InitialDataBindDepth? If it is set to 0, the grid will only create the top level initially and create the children on demand. That should increase your performance. Let us know.
regards,David Young
Hi David,
It was set to -1. Now when I set it to 0 and handle it in the rowislandpopulating event (from the samples), I am just getting a blank header with no child rows, or empty rows (for new child records). Plus, the expand button disappears in all the other parent rows. Am I missing somethng?