Sorting based on color issue in the categories `BitDataGrid` of the `AdminPanel` project
To display the list of categories, we have used a BitDataGrid component in the AdminPanel project. Here, there is an issue in sorting the data based on the color column which needs to be resolved.
We use the following method to get the column sorting rule, but this method does not work for columns of the type Bit DataGridTemplateColumn. And the color column is also of this type
Method GetSortByProperties() in BitDataGridItemsProviderRequest<TGridItem> structure BitDataGridItemsProviderRequest
@msynk @ysmoradi
Good, I'd recommend disabling sort functionality of that column at least until we fix the root cause
I've submitted a new issue for disabling the sorting (#2771)
this issue is not valid anymore