Kendo Grid filtering or sorting using the value inside here .PageSizes(new[] { 10, 20, 50, 100 }))

1 Answer 24 Views
Filter Grid Sortable
Umlondi
Top achievements
Rank 1
Umlondi asked on 05 Jan 2024, 01:31 PM
Hi I need help with the methods or solution that could help me filter or sort the table according to the selected in here .PageSizes(new[] { 10, 20, 50, 100 })) I have called my model in here  @(Html.Kendo().Grid<ProblemGridViewModel>() and I'm using Kendo grid with .Name and .colums. If possible let make it sort or filter without going to the model and controller. Just make the view do the things

1 Answer, 1 is accepted

Sort by
0
Anton Mironov
Telerik team
answered on 10 Jan 2024, 08:14 AM

Hi Umlondi,

Thank you for the details provided.

In order to handle the Change Event of the PageSize DropDownList, I would recommend using the approach from the following article:

For taking all actions on the client(in the browser) set the ServerOperations of the Grid to "false".

I hope this information helsp.

Kind Regards,
Anton Mironov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.

Tags
Filter Grid Sortable
Asked by
Umlondi
Top achievements
Rank 1
Answers by
Anton Mironov
Telerik team
Share this question
or