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
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