Hi,
I am just wondering whether it is possible to sort by 'combined columns' now (mvc contrib grid)?
I know it says here that it is not possible - at least at the time of posting at this site - but things might have changed in the meantime.
This is an example of a combined column in the view:
column.For(x => String.Format("{0} {1}", x.Proposer.LastName, x.Proposer.FirstName)).Named("Proposer");
Ideally I would like to sort by 'LastName' in this case.
Thanks.
Christian
PS: The main problem is that sort.Column is null for 'combined columns' when the GET request hits the controller. Perhaps there is a way to rectify this