This is a migrated thread and some comments may be shown as answers.

GridPagerMode.Slider does not work with custom skin

4 Answers 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
dingjing
Top achievements
Rank 2
dingjing asked on 08 Apr 2008, 03:34 PM
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

Sort by
0
Konstantin Petkov
Telerik team
answered on 09 Apr 2008, 05:35 AM
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
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?
0
Iana Tsolova
Telerik team
answered on 07 Oct 2009, 02:31 PM
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.
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 

 
div.RadGrid_FormulariosSyscargo2014 .rgPager .rslDraghandle {
     border-color:#f5f5f5 !Important;
    background-color: rgb(3, 165, 168) !Important;
}
 
 div.RadGrid_FormulariosSyscargo2014 .rgPager .rslSelectedregion {
    background-color: rgb(3, 165, 168) !Important;
}

I hope that works for you :) 
Tags
Grid
Asked by
dingjing
Top achievements
Rank 2
Answers by
Konstantin Petkov
Telerik team
Leandro Arruda
Top achievements
Rank 1
Iana Tsolova
Telerik team
Cesar
Top achievements
Rank 2
Share this question
or