This is a migrated thread and some comments may be shown as answers.

remove Gridview columns headers

1 Answer 136 Views
GridView
This is a migrated thread and some comments may be shown as answers.
kumar p
Top achievements
Rank 1
kumar p asked on 26 May 2010, 10:55 AM
hi ,
 i am using  2 datagrid once  i  click the  button in datagrid1  i need  to  show  2 gridviewwhich is placed inside the  1  gridview
  <telerik:RadGridView.RowDetailsTemplate>
                <DataTemplate>
// here i am placing my second GridView
 here i need  to  remove the second   GridView columns  headers( i want only  first data grid  headers  to be visiable). 
 not the  second data grid headers
by default i see  some  a  message telling
 drag a  column  header and  drop it here to  group  by that  column

 </DataTemplate>
                        </telerik:RadGridView.RowDetailsTemplate>
 </DataTemplate>

                        </telerik:RadGridView.RowDetailsTemplate>

 any  solution on this  would be  great
 thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 26 May 2010, 12:08 PM
Hi,

Have you tried to set ShowColumnHeaders to False? If you want to hide group panel you can use ShowGroupPanel property.

Greetings,
Vlad
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
kumar p
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or