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
205
Merging cells horizontally
posted

Hi,

is there any way how to merge two cells horizontally? I have an UltraWinGrid with several columns and I need in some rows two of them merge together (show only one cell). Of course these two cells have the same data type of column. Could you advise me?

Many thanks, Jan

  • 469350
    Verified Answer
    Offline posted

    Hi Jan,

        There's no built-in feature for this. You might be able to acheive what you want using a CreationFilter. But this would be pretty tricky if the cells are editable. If they are not, it would be pretty simple to just enlarge the CellUIElement of the left cell so that it covers the right.

        If you want to explode a CreationFilter, I recommend checking the Infragistics KnowledgeBase for articles and samples and also get the UIElementViewer Utility - it's a huge help.  Introducing the Infragistics UIElementViewer Utility