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
1240
Hiding cells repeated on subsequent rows?
posted

I have a grid like this:

Head1 Head2 Head3
A         B       X
A         B       Y
A         C       X
A         C       Y

Is there a way to tell xamDataGrid to hide the repeated cells so I get something like this:

Head1 Head2 Head3
A         B       X
                    Y
           C       X
                    Y

Thanks,
Mike

P.S. For bonus points, I also need to enable the same sort of thing in Silverlight with the XamGrid.

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Mike,

     

    I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.

Children
No Data