How to get rid of the + in a grid

  • Thread starter Thread starter Sylvain Larin
  • Start date Start date
S

Sylvain Larin

I have a WinForm grid that is binded to a Collection class. This
collection class contain another Collection class. That cause the grid
to display a "+" at the left of each row because it think that this is a
parent-child relashionship.

How to tell the grid not to display the "+"?

TIA

Sylvain Larin
 
Back
Top