We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Lazy fetch for GGC child table rows

I have a dataview with a parent-child relationship from two data tables.

Because of the potential for the amount of data in the child table to grow heavily, i want to fetch the child rows on demand/lazily.

I want to display the "+" sign next to the rows on the grid and when the "+" sign is clicked for expansion, I want to hook-in at that point, fetch the related child row from the DB and display it, or diplay an empty row if no child records exists.

2 Replies

HA haneefm Syncfusion Team June 18, 2007 03:57 PM UTC

Hi Nedu,

Below are the forum threads that discuss with similar task.
1)http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=31905
2)http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=36603

Also take a look at the GroupingTraderGridTest sample in this [C:\Documents and Settings\User Name\My Documents\Syncfusion\EssentialStudio\5.1.0.51\Windows\Grid.Grouping.Windows\Samples\2.0\PerformanceSamples\GroupingTraderGridTest\CS] to see the optimization settings within the new code base. There are comments there that explain the settings for better performance. Also refer the samples under the "PerformanceSamples" category.

Best regards,
Haneef


CH Chinedu June 18, 2007 05:42 PM UTC

Thanks Haneef,

I guess I'll have do some spike tests and decide
Thanks for your help.

Loader.
Live Chat Icon For mobile
Up arrow icon