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

maximum number of row allow in datagrid

I am using synchfusion datagrid with uwp app

can i know what is maximum number of row allow in grid with better performance

If I want to test with 50000 records will synchfusion performance will allow me ?

3 Replies

SR Sivakumar R Syncfusion Team November 5, 2016 08:41 AM UTC

Hi Zeeshan, 
 
SfDataGrid can load fifty thousand records and more. Regarding performance please find the details, 
 
Scrolling performance 
SfDataGrid uses built-in UI virtualization while scrolling. So the scrolling performance is depend on the number of cells in the view and not depends number of rows. You don’t have to worry about number of records. 
 
Loading performance 
You can improve loading performance when dealing with large amount of records by enabling virtualization. Please find the details below, 
 
Thanks, 
Sivakumar 



ZE zeeshan November 5, 2016 09:08 AM UTC

thank you sir 


sir how can i used progress bar on data-grid loading event 
when data-grid loading 50000 data records from mysql database they need some time for loading data at that time user view the progress bar notification  , how can i do that


SV Srinivasan Vasu Syncfusion Team November 7, 2016 06:20 PM UTC

Hi Zeeshan, 

You can show a progress ring indication of the data loading with the help of SfBusyIndicator controlPlease refer the below UG and Kb link, to know more about busy indicator. 
 
 
 
If your requirement is differ from this, please let us know with more details about your requirement. 


Regards, 
Srinivasan 
 


Loader.
Up arrow icon