Is it possible to bind on the server on the initial page load, then bind on the client (via webservice) thereafter for sorts and filtering?
Any examples would be great.
Thanks
1 Answer, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 21 Jan 2010, 07:58 AM
Hello Chris,
You can bind RadGrid on server even using simple calling to DataBind method or using NeedDataSource event. You must attach handler on client OnCommand event. In the OnCommand you must cancel all sort and filter commands and handle client-binding with sorted/filtered data.