I have an enhanced data grid, using a REST service to populate it from a view. It works great! I love the flexibility of the grid. BUT my users would like to be able to sort date columns.
In order to get the column to even display in the data grid, I have to @Text the value (so it doesn't look like 2011-12-01T17:00:00Z). And when we sort on a text value, it's not the same as sorting a date value. Is there a way to sort these columns (correctly)?