Posted 13 September 2023, 7:41 pm EST - Updated 13 September 2023, 7:44 pm EST
Is it possible to use “click to header” sort for unbound mode of flexgrid?
I bind a dataview to flexgrid (like
Binding="[FIELDNAME]"
at column definition) it works good, but column header sort doesnt work when used like that. Also for unbound mode, i could not make column sort work.
Is there a workaround for this?
Edit : I catched header cell click, re-sort my dataview, bind it to flexgrid again. Works well. But can not see the sort icon on the column header at this idea