Hello all,
For now I'd like to ask a quick question, to check if I'm missing anything. I've created a datagrid with most of the columns getting data directly
from the record set using the setData method. There are a couple of calculated columns however (using formatters). I'd like all the columns
to be sortable. The sorting works on the columns getting the data directly from the record, but formatted columns either don't get sorted at all,
or get sorted in the wrong order. Maybe there is some documentation I missed somewhere?
Thanks in advance for any feedback. In case anyone needs more information, please ask.
EDIT: The only thing I've thought of that would work, is calculate the values on service side, so the calculated values
are available in the record...
Dominiek