Hi,
I am using css class for Radgrid header, when sorted on the column the image is getting hiden and shown in skin color, is there any way to show the sort image properly. Andalso i am having the scroll header color different from column header.
Thanks
Venu
I am using css class for Radgrid header, when sorted on the column the image is getting hiden and shown in skin color, is there any way to show the sort image properly. Andalso i am having the scroll header color different from column header.
<
HeaderStyle CssClass="DataGridHeader" ForeColor="White" />
<
ClientSettings AllowDragToGroup="False">
<Selecting AllowRowSelect="True"></Selecting>
<Scrolling AllowScroll="True" UseStaticHeaders="True" ScrollHeight="275px"></Scrolling>
</ClientSettings>
Thanks
Venu