hi guys (and telerik)
i am creating a custom skin based on the instruction from this page: http://www.telerik.com/help/aspnet-ajax/grdcreatingnewskins.html
it references another page: http://demos.telerik.com/aspnet-ajax/grid/examples/styles/customskin/defaultcs.aspx
where you can get the full CSS for the grid; however the CSS in the example is for the calendar?!
anybody have the CSS for the RadGrid (any of the skins) that i can manipulate?
Cheers
i am creating a custom skin based on the instruction from this page: http://www.telerik.com/help/aspnet-ajax/grdcreatingnewskins.html
it references another page: http://demos.telerik.com/aspnet-ajax/grid/examples/styles/customskin/defaultcs.aspx
where you can get the full CSS for the grid; however the CSS in the example is for the calendar?!
anybody have the CSS for the RadGrid (any of the skins) that i can manipulate?
Cheers
4 Answers, 1 is accepted
0
Hello Darren,
Surely the online demo references a RadGrid CSS file, otherwise the grid will appear unstyled, won't it?
Here is the file:
http://demos.telerik.com/aspnet-ajax/grid/examples/styles/customskin/MyCustomSkin/Grid.MyCustomSkin.css
You can also find the non-embedded versions of all RadControls' skins in the Skins subfolder of your RadControls installation location (if you have downloaded an EXE installer) or the ZIP archive (if you have donwloaded a ZIP installer).
Sincerely yours,
Dimo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Surely the online demo references a RadGrid CSS file, otherwise the grid will appear unstyled, won't it?
Here is the file:
http://demos.telerik.com/aspnet-ajax/grid/examples/styles/customskin/MyCustomSkin/Grid.MyCustomSkin.css
You can also find the non-embedded versions of all RadControls' skins in the Skins subfolder of your RadControls installation location (if you have downloaded an EXE installer) or the ZIP archive (if you have donwloaded a ZIP installer).
Sincerely yours,
Dimo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

darren
Top achievements
Rank 1
answered on 12 Mar 2009, 01:22 PM
Hi Dimo,
many thanks for that.
what i meant by wrong CSS is that when you click the CSS tab on the Example source code box all the CSS was for the RadCalendar.
having just visited the page just now it all seems to have changed now anyway.
Many thanks for the file
Kind regards
many thanks for that.
what i meant by wrong CSS is that when you click the CSS tab on the Example source code box all the CSS was for the RadCalendar.
having just visited the page just now it all seems to have changed now anyway.
Many thanks for the file
Kind regards
0

Sunil
Top achievements
Rank 1
answered on 23 Oct 2012, 12:34 PM
Hello Dimo,
I am using rad grid. So far it's working fine for me but today i am getting an issue that if i am enabling "AllowCustomPaging" mode true then the drop down at footer is not applying CSS. But all functionality are working fine.
Please see the attached file for reference.
Can you guide me that what can be the issue.
Thanks
---
Sunil
I am using rad grid. So far it's working fine for me but today i am getting an issue that if i am enabling "AllowCustomPaging" mode true then the drop down at footer is not applying CSS. But all functionality are working fine.
Please see the attached file for reference.
Can you guide me that what can be the issue.
Thanks
---
Sunil
0
Hello Sunil,
In case you are using a custom skin for RadGrid, you should style the RadComboBox too (and other internal controls as context menu). These internal control inherit the skin from the parent RadControl.
Otherwise the ComboBox should be styled as expected.
I hope this helps.
Greetings,
Galin
the Telerik team
In case you are using a custom skin for RadGrid, you should style the RadComboBox too (and other internal controls as context menu). These internal control inherit the skin from the parent RadControl.
Otherwise the ComboBox should be styled as expected.
I hope this helps.
Greetings,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.