The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team May 11, 2005 08:32 PM UTC
You can hide column 1.
this.gridDataBoundGrid1.Model.Cols.Hidden[1] = true;
JEJan EugenidesMay 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;
>
ADAdministrator 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.