I modified a built-in skin. It works fine for other pager styles except GridPagerMode.Slider. The slider doesn't show. I copied the slider images into my application. But it didn't fix the problem. Are there any special settings to use slider mode with custom skin?
4 Answers, 1 is accepted
0
Hello dingjing,
The Slider mode in RadGrid from Web.UI package works with the RadSlider component. So depending on your custom skin, you may need to modify the RadSlider skin as well.
Regards,
Konstantin Petkov
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
The Slider mode in RadGrid from Web.UI package works with the RadSlider component. So depending on your custom skin, you may need to modify the RadSlider skin as well.
Regards,
Konstantin Petkov
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Leandro Arruda
Top achievements
Rank 1
answered on 07 Oct 2009, 12:57 PM
Hi, I'm trying to set a custom skin in a Grid, pick the sunset skin and change the names. It worked, but the slider doenst apear. I put the sunset skin in the aplicatication folder, renamed too. But doesnt work.
The RadSlider doenst work fine, my custom skin is the built-in only changed the file name and the css names, nohting else.
Any help?
The RadSlider doenst work fine, my custom skin is the built-in only changed the file name and the css names, nohting else.
Any help?
0
Hi Leandro,
Could you please confirm that you have add customs Skins with the same name for RadGrid and for RadSlider? Please make sure you have referenced both Skins css files in the problematic page as well.
All the best,
Iana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Could you please confirm that you have add customs Skins with the same name for RadGrid and for RadSlider? Please make sure you have referenced both Skins css files in the problematic page as well.
All the best,
Iana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Cesar
Top achievements
Rank 2
answered on 22 Jan 2014, 11:55 PM
Hi maybe you can use a Visual Style buider and then put this block of code to personalize the slider
I hope that works for you :)
div.RadGrid_FormulariosSyscargo
2014
.rgPager .rslDraghandle {
border-color
:
#f5f5f5
!Important;
background-color
:
rgb
(
3
,
165
,
168
) !Important;
}
div.RadGrid_FormulariosSyscargo
2014
.rgPager .rslSelectedregion {
background-color
:
rgb
(
3
,
165
,
168
) !Important;
}
I hope that works for you :)