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 [email protected] 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.
Up arrow icon