In VB.Net, is it possible with ultragrid, to merge two columns?
If it is so, Please let me know how to do this.
It depends on what you mean by "merge two columns".
I am using UltraGrid on my .Net forms, where it is not possible to have checkbox along with Text or value in the same cell. So what I did is, I put checkbox in one cell, and inserted value in the adjuscent cell, both belongs to the same row, but different column.
Now I need these two columns to be merged, so that it will be look like a single column.
So is it possible to merge two columns. If it is So help me with the code.