QueryRowCount is neseccary for Virtual Grid?

I tried lots of times that only implementing QueryCellInfo event handler is ok. So I am wondering if the other two event handler QueryRowCount and QueryColCount is mandatory? Thanks.

1 Reply

AD Administrator Syncfusion Team December 1, 2006 04:49 AM UTC

Hi Qingdong,

Minimally, there are three events that you need to handle in order to implement a readonly virtual grid. In the QueryCellInfo, you provide the actual data from your external data source. In the QueryRowCount, you provide the number of rows that are in your virtual grid. And finally, in the QueryColCount, you provide the number of columns that are in the virtual grid.

Please refer to the KnowledgeBase Article for more details.
Click=>EssentailGrid=>WindowsForms=>QuickStart-VirtualGrid category

Best Regards,
Haneef

Loader.
Up arrow icon