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

Filter doesnt seem to work

3 Answers 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sneha
Top achievements
Rank 1
Sneha asked on 24 Jul 2010, 06:55 AM
I bind my grid on the client side, when I filter a column the grid totally vanishes even though I recall the function that does the grid binding on oncommand event.
I noticed this on sorting as well

3 Answers, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 26 Jul 2010, 02:28 PM
Hello Sneha,

Make sure that you using Advanced databinding as opposed to Simple databindnig. In addition, you should not be rebinding the grid in the ItemCommand event or any other command event of the grid as it will be rebound automatically.

Regards,
Tsvetoslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Sneha
Top achievements
Rank 1
answered on 26 Jul 2010, 03:57 PM
Thanks but is there a solution for client side binding.
0
Tsvetoslav
Telerik team
answered on 28 Jul 2010, 09:27 AM
Hello Sneha,

You can look at the following online example:
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx

that demonstrates how to implement filtering and sorting for a client-side bound grid.

Regards,
Tsvetoslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Sneha
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Sneha
Top achievements
Rank 1
Share this question
or