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
205
grid groupby rows color
posted
Hi guys! how can i customize the colors of groupby rows? i can get some of it thru DisplayLayout.Override.GroupByRowAppearance, but how can i change selected appearance? also, is it possible not to color the vertical spacing strip on the left in the color of groupby rows? thanx! M.
  • 469350
    Offline posted

    uholaza73 said:
    how can i change selected appearance?

     

    It looks like the selected appearance is controlled by the SelectedRowAppearance on the Override. This applies to both data rows and groupby rows. There does not appear to be any way to distinguish between the two in the grid's object model. Maybe you can do that using AppStylist, or if not, you could always use a Drawfilter as a last resort. 

    uholaza73 said:
    is it possible not to color the vertical spacing strip on the left in the color of groupby rows?

    There's no property for this, but you can do it using a DrawFilter. I thought there was an example of this around somewhere, but I don't see it on the KB.