Meenakshi Nagalingam
Top achievements
Rank 1
Meenakshi Nagalingam
asked on 24 Aug 2009, 09:07 AM
Hi,
I am applying customized style sheets using RAD StyleSheetManager. For that i've created a separate project with css and image files embed in that. Then the project reference is been added with the actual web application.
All the options are working good; except the context menu appear while clicking on the "Filter" icon of the grid. Can any one tell me what are the applicable style sheet classes for that filter context menu?
Thanks
5 Answers, 1 is accepted
0
Hello Meenakshi,
The RadGrid filtering menu is a RadMenu. So please register a RadMenu skin with the same name as the RadGrid skin.
Regards,
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.
The RadGrid filtering menu is a RadMenu. So please register a RadMenu skin with the same name as the RadGrid skin.
Regards,
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
Meenakshi Nagalingam
Top achievements
Rank 1
answered on 25 Aug 2009, 10:23 AM
Hi Dimo,
I've created a new style sheet for RAD Menu with the same skin name as grid. But it is not applying in the filter context menu of the grid. While exploring web, i found that there is also RADContextMenu available!!!
Can you pls. send me a sample css file for the context menu of the grid, so that i will update the color as i need.
Thanks!
0
Hi Meenakshi,
Here is an online demo, which shows how to use a custom skin for RadGrid and its filtering menu. Please review it and compare with your implementation to see where the problem is.
http://demos.telerik.com/aspnet-ajax/grid/examples/styles/customskin/defaultcs.aspx
In case you need further assistance, please open a formal support ticket and attach a simple runnable project.
All the best,
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.
Here is an online demo, which shows how to use a custom skin for RadGrid and its filtering menu. Please review it and compare with your implementation to see where the problem is.
http://demos.telerik.com/aspnet-ajax/grid/examples/styles/customskin/defaultcs.aspx
In case you need further assistance, please open a formal support ticket and attach a simple runnable project.
All the best,
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
Meenakshi Nagalingam
Top achievements
Rank 1
answered on 26 Aug 2009, 12:10 PM
Hi,
What is the css class to highlight the selected menu item in a context menu? I tried out the following things and couldn't get applied!
.RadMenu_MedVentive_Context .rmSelected .rmText
{
background-image: url('<%=WebResource("TelerikCustomSkins.MedVentiveSkins.Images.Grid.SelectedMenu.jpg")%>');
}
AND
.RadMenu_MedVentive_Context .rmActive
{
background-image: url('<%=WebResource("TelerikCustomSkins.MedVentiveSkins.Images.Grid.SelectedMenu.jpg")%>');
}
what is my requirement is to hightlight the selected menu item with a background image. Please clarify.
Thanks!
0
Hello Meenakshi,
It is hard to provide HTML/CSS - related support, especially for custom skins, when we don't have a runnable sample. Please, open a formal support ticket and attach a runnable project, including your custom CSS skins.
Regards,
Dimo
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.
It is hard to provide HTML/CSS - related support, especially for custom skins, when we don't have a runnable sample. Please, open a formal support ticket and attach a runnable project, including your custom CSS skins.
Regards,
Dimo
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.
