Hi,
I'm finding skinning RadGrid very difficult.
I've read through : http://www.telerik.com/help/radcontrols/prometheus/?grdCreatingNewSkins.html
but it does not cover how to replace the Sort ASC/DSC icons through a CSS stylesheet skin.
1. Can anyone please help me with that? At the moment, I've had to apply the custom ASC/DSC image icons to each one of my columns from within the grid control properties- this isn't practical.
I remember that in the older versions of Telerik control, we could simply drop in a SKIN folder and replace the images in the folder to custom ones, as well as edit/copy the existings skins and use those as templates. With the newer telerik version, is there a template that exists in which covers all elements of the skinning similar to the way we used to do it?
2. A further issue I am struggling to resolve is Change Pager Text Format.
By default, the format is Change page: {4} Displaying page {0} of {1}, items {2} to {3} of {5}.
Which places Change page: {4} in the <DIV class="PagerLeft_New"> and Displaying page {0} of {1}, items {2} to {3} of {5}.
in the <DIV class="PagerRight_New">.
I've tried moving swapping around this text so that the format is Displaying page {0} of {1}, items {2} to {3} of {5}. Change page: {4} but unfortunately it all just ends up in one DIV (the PagerLeft_New) no matter what I do. Is there any way of seperating this back when I custmoise this property?
Thanks
R
I'm finding skinning RadGrid very difficult.
I've read through : http://www.telerik.com/help/radcontrols/prometheus/?grdCreatingNewSkins.html
but it does not cover how to replace the Sort ASC/DSC icons through a CSS stylesheet skin.
1. Can anyone please help me with that? At the moment, I've had to apply the custom ASC/DSC image icons to each one of my columns from within the grid control properties- this isn't practical.
I remember that in the older versions of Telerik control, we could simply drop in a SKIN folder and replace the images in the folder to custom ones, as well as edit/copy the existings skins and use those as templates. With the newer telerik version, is there a template that exists in which covers all elements of the skinning similar to the way we used to do it?
2. A further issue I am struggling to resolve is Change Pager Text Format.
By default, the format is Change page: {4} Displaying page {0} of {1}, items {2} to {3} of {5}.
Which places Change page: {4} in the <DIV class="PagerLeft_New"> and Displaying page {0} of {1}, items {2} to {3} of {5}.
in the <DIV class="PagerRight_New">.
I've tried moving swapping around this text so that the format is Displaying page {0} of {1}, items {2} to {3} of {5}. Change page: {4} but unfortunately it all just ends up in one DIV (the PagerLeft_New) no matter what I do. Is there any way of seperating this back when I custmoise this property?
Thanks
R