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

[Solved] Suggestion...Columns...Hide() and DontAdd()

1 Answer 66 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.
vladan strigo
Top achievements
Rank 1
vladan strigo asked on 27 Jan 2010, 02:19 PM
Hi,

I have one suggestion which can speed up the way we are working with grid...like you have a possibilty to do:

Columns(c => c.Add(o => o.Column))

maybe you could also add:

Columns(c => c.Hide(o => o.Id))

and

Columns(c => c.DontAdd(o => o.SomeColumnNotNeededOnGrid))


this way we could you AutoGenerateColumns ...and then easily just hide (like Id for example) or not add to the grid certain ones.

it shouldn't be too hard to add this I think?



Thanks!

Vladan


1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 27 Jan 2010, 02:27 PM
Hello vladan strigo,

Thank you for your suggestion. I will log it for additional review.

Regards,
Atanas Korchev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
vladan strigo
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or