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
close icon

Hide a column header?

I have a columnset which I''m using to approximate Outlook''s autopreview. So, I have two columns in the first row, and one in the second (spanning the width of the two above). What I want is not to show the header for the bottom column... is that possible? I can''t find a way to do it. -Nathan Finch nate@kubisoftware.com Kubi Software, Inc.

1 Reply

AD Administrator Syncfusion Team August 30, 2004 05:53 PM UTC

Try code like this: this.gridGroupingControl1.TableModel.Rows.Hidden[3] = true;

Loader.
Live Chat Icon For mobile
Up arrow icon