This question is locked. New answers and comments are not allowed.
Hi,
I think it's very typical scenario that a search result in a grid style. However, I cannot find any example on using Telerik Grid for such scenario. I'm using ASP.NET MVC 2 currently.
The first problem is about data binding. It seems that it is typical to get search result list by using HTTP POST. However, the Telerik Grid seems not too friendly with this if you want to use any features like sorting, paging. It uses HTTP GET as callback.
The second problem is difficulty in using the Ajax binding. I don't know how can it works with the model binder inside ASP.NET MVC. Is there any example that I can follow? Thanks!
Regards,
Alex
I think it's very typical scenario that a search result in a grid style. However, I cannot find any example on using Telerik Grid for such scenario. I'm using ASP.NET MVC 2 currently.
The first problem is about data binding. It seems that it is typical to get search result list by using HTTP POST. However, the Telerik Grid seems not too friendly with this if you want to use any features like sorting, paging. It uses HTTP GET as callback.
The second problem is difficulty in using the Ajax binding. I don't know how can it works with the model binder inside ASP.NET MVC. Is there any example that I can follow? Thanks!
Regards,
Alex