We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Hiding Rowheaders

Hi I want to Hide Rowheaders for GridDatabound Control, i think it is so simple, but still i could, please help me Thanks Rajaraman

1 Reply

AD Administrator Syncfusion Team February 1, 2003 05:03 PM UTC

Try //C# this.gridDataBoundGrid1.Model.Cols.Hidden[0] = true; 'VB.NET Me.GridDataBoundGrid1.Model.Cols.Hidden(0) = True

Loader.
Live Chat Icon For mobile
Up arrow icon