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
735
Merged cells border is missing.
posted

Hi,

   In IG WPF 15.1, the merged cells is missing in attachment. I must say that's make user confused. How can i make the merged cells like IG WPF 12.1 style which have black border and white background?

Parents
No Data
Reply
  • 17475
    Offline posted

    Hello Brandon,

    It seems that on the screenshot you have shared the XamGrid control has the IG theme set. This will result in having a grey background for the merged cells by default. If you are using the default theme instead the cells has white background and darker borders which seems to be the behavior you are trying to achieve. In the attached sample project there is a line that set the IG theme which is commented. You can test setting the theme and removing it by comment in and out the line and let me know if the default theme is what you are looking for.

    XamGridCellMergeExport.zip
Children