Hi there,
Is it possible to disable columns (Or at least remove their sort functionality so when they are clicked) without having to redraw the entire grid?
I have a grid with sorting initially enabled, then when a button is clicked I want to move into a "design mode" and therefore need to remove the sortable functionality (or at least stop the event firing when a column is clicked which causes a read of the datasource).
Is there any way to do this? I managed to disable filtering by hiding the filter icon but can't seem to disable sorting in any way...
Thanks in advance!
Rob
Is it possible to disable columns (Or at least remove their sort functionality so when they are clicked) without having to redraw the entire grid?
I have a grid with sorting initially enabled, then when a button is clicked I want to move into a "design mode" and therefore need to remove the sortable functionality (or at least stop the event firing when a column is clicked which causes a read of the datasource).
Is there any way to do this? I managed to disable filtering by hiding the filter icon but can't seem to disable sorting in any way...
Thanks in advance!
Rob