Hey,
I'm trying to set the header clockable using:
flyGrid1.Columns.Options = ColumnsOptions.Clickable | ColumnsOptions.ShowHeaders |
ColumnsOptions.ShowSortOrderMark | ColumnsOptions.Sizable;
but the headers are still not clickable (and not marked with blue when the mouse is down).
any suggestions?
Thanks