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

Filter boolean column client side

1 Answer 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Joshua
Top achievements
Rank 1
Joshua asked on 26 Oct 2010, 09:53 PM
I can not find a single sample for filtering a grid column of type boolean on the client side.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 27 Oct 2010, 08:07 AM
Hi Joshua,

 You can filter the grid using the filter method:

var grid = $('#Grid').data('tGrid');
grid.filter('Discontinued~eq~true')

Regards,
Atanas Korchev
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
Joshua
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or