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
239
It works....Pivot-Grid, Pivot-Table, Cross-Table, Cross-Tab
posted

Hello All,

after reading a lot of posts here I decided to make my own Pivot-Grid based on UltraWinGrid. I read about a lot approaches here, but all of them seemed to be a bit complicated for me.

My approach is quite simple. My PivotGrid is a UserControl containing 2 UltraWinGrids. The right grid is used to display the column-header and the data-cells. The left grid is just used to display the row-header, thats it...

The grid supports nesting in both, column- and row-header.

If someone need the source-code just contact me.... (http://www.modulacht.de)

Regards,
Robin Saberi

Parents
No Data
Reply
  • 24
    posted

    Hi Robin,

    Thanks for sending that sample..

    All i can say is - Well structured job and of course that showed how to not limit our self when we don't have ready to cook options.. I was having very old NetAdvantage 2004 volume so compatibility was initial issue, however i fixed some code for me..

    Thanks

    Mukesh Thakor

Children