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.
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.