Hello guys!
I'm hoping this is an easy one. I've configured my radGrid to use a sorted back color by setting the following: SortingSettings-SortedBackColor="Green" and SortingSettings-EnableSkinSortStyles="true/false (tried both)". I've also set ClientSettings-Selecting-AllowRowSelect="true". When a user sorts a solumn (click column head) the column's sorted back color is set correctly (Green). The issue arises when a user then selects a row. When the row is selected the sorted back color stays on top of the selected row style. So, if the selected row color was red the sorted columns cell would still show green. Looking at some of the demos for this control it appears that the sorted back color should actually be overwritten by the selected row style? In any case, I would like the selected row style to overwrite the SortedBackColor style.
I'm using asp.net 4.0, IE 9, VB.NET.
Thanks!
I'm hoping this is an easy one. I've configured my radGrid to use a sorted back color by setting the following: SortingSettings-SortedBackColor="Green" and SortingSettings-EnableSkinSortStyles="true/false (tried both)". I've also set ClientSettings-Selecting-AllowRowSelect="true". When a user sorts a solumn (click column head) the column's sorted back color is set correctly (Green). The issue arises when a user then selects a row. When the row is selected the sorted back color stays on top of the selected row style. So, if the selected row color was red the sorted columns cell would still show green. Looking at some of the demos for this control it appears that the sorted back color should actually be overwritten by the selected row style? In any case, I would like the selected row style to overwrite the SortedBackColor style.
I'm using asp.net 4.0, IE 9, VB.NET.
Thanks!