0
votes

I have one Devexpress xtragrid with certain columns. Now I want to remove the bottom and left borders of the second and third column. Is there any way to achieve this? I tried to draw cell border with the grid back color. But it seems not working for me.

I have attached the screen shot of the grid with in which I have marked the expected behaviour. Kindly help me.

enter image description here

1
Does the cell merging feature suits your needs? - DmitryG
It will not work, problem is two columns are bounded and I guess I need to additional processing if I merge it. - 17CrazyBrain

1 Answers

2
votes

Please refer to the How to merge cells horizontally in GridView example which demonstrates how to implement a similar feature.