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

Hide a Column

Hi, I need to hide one of the columns in my databound grid. Any help is appreciated. Thanking all, Purnaram.

1 Reply

AD Administrator Syncfusion Team March 25, 2005 09:15 PM UTC

Here is one way you can do it. //C# this.gridDataBoundGrid1.Model.Cols.Hidden["Col1"] = true; ''VB Me.gridDataBoundGrid1.Model.Cols.Hidden("Col1") = True

Loader.
Live Chat Icon For mobile
Up arrow icon