This is a migrated thread and some comments may be shown as answers.

Dynamic Columns with Server Side Paging

1 Answer 302 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Neil
Top achievements
Rank 1
Neil asked on 26 Apr 2017, 04:54 PM

I have a grid where I'm dynamically setting the columns at run time. However, I've come into a problem as the grid fails to show any data when the record set is quite large, in this case, 49K rows.

 

Has anyone else tried a similar approach with success?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 28 Apr 2017, 01:23 PM
Hi Neil,

I would suggest that you take a look at the implementation in the following HowTo example in the public repository, where the Grid uses AJAX binding and server data operations (paging, sorting, filtering, etc.):
As for the model that will be used for creating the columns, you could pass only the DataTable structure (without any records in it) or a simple collection.

Hope this helps.


Regards,
Konstantin Dikov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Neil
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or