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

[Solved] Grid does not work for individual column settings

1 Answer 69 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.
Bill
Top achievements
Rank 2
Bill asked on 14 Oct 2011, 10:04 PM
I just want to apply settings to an individual column and not all the columns in the grid. I tried the following in the grid, but doesn't work. It defaults to no filter and no sortable columns.

If i have the Filterable and Sortable properties set on the whole grid, it works fine (for every column though). Again, i just want to apply it for individual columns.
columns.Bound(o => o.Email).Width(200).Filterable(true).Sortable(true); // this does not work

How can this be accomplished? I'm using version 2011.2.712.340 of the controls.

1 Answer, 1 is accepted

Sort by
0
Bill
Top achievements
Rank 2
answered on 17 Oct 2011, 06:36 PM
Telerik, any news on this issue for individual column settings?
Tags
Grid
Asked by
Bill
Top achievements
Rank 2
Answers by
Bill
Top achievements
Rank 2
Share this question
or