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

RowdetailsTempalte issue

3 Answers 39 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ganesh Jagdale
Top achievements
Rank 1
Ganesh Jagdale asked on 05 Jan 2010, 02:05 PM
Hi telerik,

I shown multiple Hirarchy in RadgridView usiing RowDetailsTemplate. In  RowDetailsTemplate I shown anather RadGridView...
This works fine... But my problem is
1] I don't wan't to show column header ..
   ---> even I specify ShowColumnHeaders="False" still it shown column header
2] I don't wan't to show all fields in binding object 
      ----> I bind some of the object which I want to show but still it shows all fields in Grid 
    

<

 

telerik:RadGridView.Columns>

 

 

 

<telerik:GridViewDataColumn Header="First Name" DataMemberBinding="{Binding FirstName}"/>

 

 

 

<telerik:GridViewDataColumn Header="Last Name" DataMemberBinding="{Binding LastName}" />

 

 

 

<telerik:GridViewDataColumn Header="Email" DataMemberBinding="{Binding Email}" />

 

 

 

<telerik:GridViewDataColumn Header="DOJ" DataMemberBinding="{Binding DOJ}" />

 

 

 

<telerik:GridViewDataColumn Header="Total Experiance" DataMemberBinding="{Binding TotalExp}" />

 

 

 

</telerik:RadGridView.Columns>

in fact , above column binding doesn't effects

 


Pls ,Help me Out.........

Thanks
Ganesh
  

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 05 Jan 2010, 02:14 PM
Hi,

Can you post more info about your grid version? Our First Look demo is using exactly the same technique however there are no such issues.

Greetings,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ganesh Jagdale
Top achievements
Rank 1
answered on 05 Jan 2010, 02:49 PM
Thanks Vlad,

We are using version 2009.3.1208.1030.
What we need is, NO Headers for child grids. In the demo sample you provided (First Look demo), all grids have headers.

We were using 2009.2.710.1020 and it worked fine there using HierarchiChildTemplate.

Thanks,
Ganesh
0
Vlad
Telerik team
answered on 05 Jan 2010, 02:54 PM
Hello,

I've attached an example using the same grid version (Q3 Sp1) where everything worked fine.

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Ganesh Jagdale
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Ganesh Jagdale
Top achievements
Rank 1
Share this question
or