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
250
GroupByStyle never takes effect
posted

No matter what I do, the XamDataGrid completely ignores any attempts at re-styling the GroupByArea. I've attached a project with nothing but a grid with a re-styled GroupByArea, however when I run it, the GroupByArea has the default Aero appearence.

What am I doing wrong?

XamDataGridBug.rar
Parents
No Data
Reply
  • 30945
    Suggested Answer
    Offline posted

    Hello,

    For GroupByAreaStyle to affect the appearance of the GroupByArea you first have to set GroupByAreaMode to DefaultFieldLayoutOnly. If GroupByAreaMode property is not set to DefaultFieldLayoutOnly all changes to the style of GroupByArea will be ignored.

     

     

    Sincerely,

    Krasimir

Children
No Data