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
385
How do I Merge Cells in UltraWinGrid?
posted

Using the UltraWinGrid how do I merge columns.  For example if I have four columns in my grid and I want to merge columns 2 and 3 how would I do this?  I cannot seem to find a clear answer on the forums or documentation.

Thank you,

Glenn

Parents
No Data
Reply
  • 48586
    Verified Answer
    posted

    Hello,

    UltraWinGrid doesn’t support build-in functionality for merging cells across columns. I am not exactly sure what you mean with  “how do I merge columns”. If you want to merge some cells, across columns you could use Creation Filter in order to cover the editor of the second column with editor of the first column.  I have implemented a very base sample in order to demonstrate this approach. Please run the sample and let me know if this is what you are looking for.

    Please let me know if you have any further questions.

    WinGridMeargeCellCrossColumns112.zip
Children