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

Grid filtering in client side example

2 Answers 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ShahabG
Top achievements
Rank 1
ShahabG asked on 23 May 2011, 04:15 PM
Hi
I have grid which has 1000 rows, is there an example for filtering in client side in the 1000 rows(Not post back)?
thanks

2 Answers, 1 is accepted

Sort by
0
Gimmik
Top achievements
Rank 1
answered on 23 May 2011, 06:55 PM
Hi ShahabG,

I don't think you can filter just on the client-side. Filtering is server-side operation because you filter all the data, not just the data bound to the RadGrid currently.

-Gimmik
0
Tsvetoslav
Telerik team
answered on 24 May 2011, 01:47 PM
Hi Shahab,

The only way to avoid a full post back is to bind the grid through a web service:
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/client/declarativedatabinding/defaultcs.aspx
 
Hope it helps.

Regards,
Tsvetoslav
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
ShahabG
Top achievements
Rank 1
Answers by
Gimmik
Top achievements
Rank 1
Tsvetoslav
Telerik team
Share this question
or