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

filter on column with client method when column is not displayed? GridTableView

1 Answer 15 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christopher Zimmermann
Top achievements
Rank 1
Christopher Zimmermann asked on 07 May 2010, 06:23 PM
Hi im using the GridTableView.filter() client side function and it works great.
But only on columns that are actually displayed in the grid.

I would like to call GridTableView.filter() on a column in the data source that is not displayed.
I have added the column name to MasterTableView ClientDataKeyNames property.

Is this possible? How do I do it? I guess a work-around would be including the columns with a 0 width - but i'd prefer something more efficient.

Thank you!
Topher

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 11 May 2010, 12:18 PM
Hello Christopher,

You can set the Display property of the column to false, not the Visible one and thus it will be present in the underlying data source to which the grid is bound.

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
Christopher Zimmermann
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or