2

I am new to Grid.MVC and I am using it to display a list of Results. However, when I filter or sort the columns, it posts back to the action to get the results. Is there a way that I can filter the results on client side using Grid.MVC?

tereško
  • 58,060
  • 25
  • 98
  • 150
M Y Essa
  • 115
  • 2
  • 7

1 Answers1

0

You can use Ajax Grid.Mvc control from NuGet instead. It will still postback to server to fetch the data but via ajax call. This will provide better experience for the end users.

This is built on Grid.Mvc.Redux.

Link to Nuget

Check the demo here

Aman Sharma
  • 1,930
  • 1
  • 17
  • 31