How many maximum records datagrid can handle?

0
Hi, I have few questions on the Data Grid widget. How many maximum records a Datagrid can handle? Is there any performance number for it? How pagination is done in DataGrid?   Thanks, Pallavi
asked
1 answers
1

I haven't seen a maximum for datagrids. They are actually the best performers for large datasets, in comparison with templategrids and listviews.

The pagination is only effectively used when using DB or XPath as source. Based on the config of number of rows only those rows are retrieved. Beware of using microflows/nanoflows as datasource as they will send all objects to the client.

answered