Hi, I have a situation where in I have to display data in tabular form with each cell having multiple pair of values,list of values as show below
Column1 Column2 Column3
1 v1 v2 vl1
vl2
vl3
2 v3 v4 vl4
vl5
vl6
How can I do this using windows forms.
Any help is greatly appreciated.
Thanks JeeZ