Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
Renaming a style messes up the style
posted

I'm trying to create a custom style using the AppStylist for ASP.NET (version 10.2.20102.2040), but when I rename a style, it gets messed up. It looses all the colors, fonts are being changed etc.

What I do is the following: Create a new library based on RedPlanet. Alter some settings of the WebDataGrid, go to "Manage Stylesets", rename the style and watch all the colors disappear.

Am I missing something or is this a bug?

Parents
No Data
Reply
  • 12679
    posted

    Hello Pieter,

    I'm not sure what really happens in your side, I guess that under rename  you mean not only a  particular style from a given styleset, also its  root folder  containing the css styles. Let suppose that you load the custom styleset  from ig_res folder in order to refer it in your app per control basis you need to set the StylesetName property with the name of the folder residing in ig_res folder.

    As a good explanation of all those things about styling our controls I would point this out   ASF.

    Hope this helps.

     

Children