This question is locked. New answers and comments are not allowed.
Hi,
I'm trying to prepare a column with such a properties configuration:
But it seems, that setting the IsReordable property to false causes the grid could not be grouped by this column.
It is possible of course to manage the reorder logic in a ColumnReordering event, but it seems to be some kind of bug.
Best regards
I'm trying to prepare a column with such a properties configuration:
statusColumn.IsGroupable = true;statusColumn.IsReorderable = false;But it seems, that setting the IsReordable property to false causes the grid could not be grouped by this column.
It is possible of course to manage the reorder logic in a ColumnReordering event, but it seems to be some kind of bug.
Best regards