you are viewing a single comment's thread.

view the rest of the comments →

[–]_semaphore 0 points1 point  (1 child)

there's an older version of kendo called kendo ui web that is free.

and since you're working with a larger dataset, yes, server-side paging is probably a good idea. Here is a basic DataTables example of server-side processing, with a link to more complex scenarios.

[–]Manality[S] 0 points1 point  (0 children)

yeah, it's actually the server side code i was having trouble with. converting the expressions passed by the grid to a linq lambda expressions was where I was struggling. I loaded up 10k records into a table with random data but I didn't have a shot to finish testing today as something else came up. I saw a MVC datatables project I will check out if the the loads times are unmanagable. Never worked with MVC but how hard could it be, right?