Posted 18 April 2023, 5:22 pm EST
Hello,
I am looking to implement the custom merging in the Component one flex grid (.Net 6.0) in WPF, Can you please let me know how to implement this?
Forums Home / ComponentOne / WPF Edition
Posted by: rambabu on 18 April 2023, 5:22 pm EST
Posted 18 April 2023, 5:22 pm EST
Hello,
I am looking to implement the custom merging in the Component one flex grid (.Net 6.0) in WPF, Can you please let me know how to implement this?
Posted 19 April 2023, 2:10 am EST
Hi RamBabu,
You can use GridMergeManager class in order to implement custom merging in .NET6. We have created a sample application that shows the implementation. Please refer CustomMerging_Net6.zip
Kindly let us know if you have any further concerns.
Thanks & Regards,
Aastha
Posted 28 April 2023, 2:46 pm EST
Thank you!