We have an application with a main menu that uses the "Telerik" skin, and this is working OK. Our grids use the "WebBlue" skin, and this also is working OK. The filter menu in the grids defaults to using the "WebBlue" skin set for the grid, and I would like to have it use the "Telerik" skin.
I have placed the following in the grid markup:
I have placed the following in the grid markup:
<FilterMenu Skin="Telerik" EnableEmbeddedBaseStylesheet="true" EnableEmbeddedSkins="true"> |
</FilterMenu> |
and have also tried applying the same settings in the code-behind, but the grid continues to emit the "RadMenu_WebBlue" class for the filter menu, causing it to appear with the "WebBlue" skin.
I have checked the value of the grid.FilterMenu.Skin property in the the grid PreRender event, and at that point it still has the value "Telerik". By the time it reaches the grid Unload event, the value has changed to "WebBlue". Apparently during the Render process it gets changed to "WebBlue".
I am using the RadControls for ASP.NET AJAX Q1 2010 DLL's.
Is there something I'm missing? Do I need to change another setting somewhere?
Regards,
Bob Reader