This is a migrated thread and some comments may be shown as answers.

[Solved] Databind question

1 Answer 124 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris Messineo
Top achievements
Rank 1
Chris Messineo asked on 21 Jan 2010, 12:51 AM
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

Sort by
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.

Kind regards,
Rusev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Chris Messineo
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or