bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

Sorting based on color issue in the categories `BitDataGrid` of the `AdminPanel` project

Open maryamhdr opened this issue 3 years ago • 3 comments

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.

maryamhdr avatar Jul 24 '22 07:07 maryamhdr

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

MeysamBahadori avatar Jul 26 '22 10:07 MeysamBahadori

Good, I'd recommend disabling sort functionality of that column at least until we fix the root cause

ysmoradi avatar Jul 26 '22 12:07 ysmoradi

I've submitted a new issue for disabling the sorting (#2771)

msynk avatar Jul 27 '22 06:07 msynk

this issue is not valid anymore

msynk avatar Sep 23 '23 09:09 msynk