disable +/- buttons in hierarchical databound grid?

Seems like this should be easy, but... is there a way to have a hierarchical databound grid NOT draw the +/- buttons?

3 Replies

AD Administrator Syncfusion Team May 11, 2005 08:32 PM UTC

You can hide column 1. this.gridDataBoundGrid1.Model.Cols.Hidden[1] = true;


JE Jan Eugenides May 13, 2005 09:28 PM UTC

Mmm. But won''t that hide the text in the cell also? I want the text, just not the buttons. Can I override the cell draw, perhaps? >You can hide column 1. > >this.gridDataBoundGrid1.Model.Cols.Hidden[1] = true; >


AD Administrator Syncfusion Team May 14, 2005 02:13 AM UTC

Did you try this? It does not hide any text for me in our \Syncfusion\Essential Studio\3.2.1.0\Windows\Grid.Windows\Samples\DataBound\Hierarchical\ExpandGrid sample.

Loader.
Up arrow icon