Hi, Is it possible disable totalcount if pagable is true? or localizate totalcount? 1- .. OF .. ITEMS
I don't want show total items in datasource becasue I have more than 100000 rows and it's too slow.
Thanks for answer
Peter
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 10 Aug 2022, 04:07 PM
Hi Peter,
The Grid has to know the total item count, otherwise it can't render its pager navigation buttons. For example, users will not be able to go to the last page.
Localization will not solve the performance problem. In your case, use the OnRead event to data bind the Grid. This will allow you to pass only a chunk of the items at a time.