This question is locked. New answers and comments are not allowed.
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
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