Grouping data using virtual Grid

I have two Datatables one containing parent records and other child records.

1.Data size large around 10000 records and data is being updated in background for every 1 sec.
2.Need to display in group like parent record as summary and then child record as detail of parent records

Can i achieve this funtinality through virtual grid.

if yes Is there any way to group child records for particular parent.

if no then which type of Grid will provide me good performance for this scenerio.....


1 Reply

HA haneefm Syncfusion Team August 9, 2007 08:58 PM UTC

Hi Yeshwant,

We are highly recommended to use GridGroupingControl for this scenario .And aslo you can refer the RealTimeUpdates browser sample that shows you how to optimize the refreshing of individual cells or summaries when an underlying datasource is frequently changed. Below is a path.

...\Syncfusion\EssentialStudio\5.1.1.0\Windows\Grid.Grouping.Windows\Samples\2.0\PerformanceSamples\RealtimeUpdates\cs

Best regards,
Haneef

Loader.
Up arrow icon