The last column of the Grid is different color when a hidden column is sorted #8087
Labels
Bug
C: Grid
FP: Completed
Sync status with associated Feedback Item
jQuery
Next Release
Item that will be included in the next official release
SEV: Low
Milestone
Bug report
The last column of the Grid is darker in color when a hidden column is sorted through the DataSource.
Reproduction of the problem
Current behavior
k-sorted
class is added to the lastcol
of thecolgroup
. The issue is triggered by this line of code in the Kendo ColumnSortertable.find("col:not(.k-group-col):not(.k-hierarchy-col)").eq(headerIndex).toggleClass("k-sorted", dir !== undefined$1);
Expected/desired behavior
The class should not be added if the column that is sorted is hidden.
Environment
The text was updated successfully, but these errors were encountered: