Skip to content

Replies

0
Binu
Binu answered on Jul 24, 2008 4:43 PM

Yes, I have, 'n' number of chechboxes and 'n' number of  different values, alternatively, n the same row.

(i.e., for example : one cell will contain checkbox, and adjuscent cell in the same row will contain  a value and so on)

The thing is, I need to do some operation in that say, if I tick one checkbox, then the future columns value present in the same row has to get added to the exact cell, where I put tick mark, and should make the future columns value to null. And if I uncheck then the old values should get retained to their respective cells accordingly.

 

0
Binu
Binu answered on Jul 24, 2008 5:45 AM

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.