This example demonstrates how to create a custom VGridControl and manually paint required cells to merge them horizontally.
Question Comments
Added By: Kinjal Nandu at: 6/10/2016 4:39:54 AM There seems to be something missing in the code when I try to run it on my machine.
1. The variable vGridControl1 is not declared anywhere but used in Form1.cs
2. The method CreatePainterCore() is not used anywhere - where is it supposed to be called?
Is there a designer file missing?