How to determine if a Grid is virtual or not?

Hello,

I have a general method for handling actions on all the controls of a given Form.
The controls can be  Syncfusion GridControls, virtual or not virtual.

What is the best way to determine if a given Syncfusion GridControl is virtual or not?

Thanks in advance!

Regards,
Eric

1 Reply

AR Arulpriya Ramalingam Syncfusion Team June 8, 2018 12:02 PM UTC

Hi Eric, 
 
Thanks for using Syncfusion products. 
 
We have analyzed the reported scenario at our end. The data for the grid can be loaded through PopulateValues() method or QueryCellEvent event based on requirement. However, the GridControl does not have any API support to differentiate the virtual mode of the grid since, the both options populate the data as CellValue. So, we deeply regret to let you know that the Virtual mode of grid could not be determined, and we would suggest you to, use an external property to determine the virtual mode at your end. 
 
Please let us know, if you have any concerns. 
 
Regards, 
Arulpriya 


Loader.
Up arrow icon