In VB.Net, is it possible with ultragrid, to merge two columns?
If it is so, Please let me know how to do this.
The grid has no support for merging cells in this way.
But you probably can have a CheckBox and text in the same cell if that's what you need.
Do you need to have different text in each row? Or do you just want a CheckBox in the cell with the same text on each row?
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.
It depends on what you mean by "merge two columns".