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
419
how to override appstyling
posted

Is there any way of overiding the app styling dynamically and just for one grid ?

In one of the stylesheet i am using, the row when active shows text in bold and if the row is not active the text is normal(default).

In one particular editable grid, i dont need the appstyling to work only on this issue...

Do i need to assign the active cell a new appearance ?

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    You can't turn off just one single property like this. But you can turn off AppStyling on the individual grid using the UseAppStyling property. You could also set StyleLibraryName or StyleSetName on the grid to have the grid use a different style than other grids in the application. 

    So what you could do is modify the style library so that there is a StyleSet that does not have the ActiveRow settings. Then you could create a new StyleSet and use the BasedOn feature to essentially inherit a style set which DOES have the ActiveRow settings. You could then use StyleSetName to apply the active row settings to the grids you want.

Children
No Data