I am using RADGridView and creating it to the 2 level of Hierarchical Grid.
But for both child grid i am getting one extra column , i have also autogenerated column fot false for all the Grids.
Please reply ASAP
Regards
Charu Pahuja
8 Answers, 1 is accepted
Any example demonstrating this or more info about your grid version?
Regards,
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.
Please find attached the Grid Snap Shot .
My Code :
<
telerikGridView:RadGridView x:Name="grdEngHierarchicalGrid" AutoGenerateColumns="False" ColumnsWidthMode="Fill" HeaderRowStyle="{StaticResource GridViewHeaderRowStyle1}">
<telerikGridView:RadGridView.Columns>
<telerikGridView:GridViewDataColumn Header="Id" DataMemberPath="EngagementID" IsReadOnly="True" IsVisible="False" />
<telerikGridView:GridViewDataColumn Header="Engagement Name" DataMemberPath="Name"/>
<telerikGridView:GridViewDataColumn Header="Company" DataMemberPath="CompanyName"/>
<telerikGridView:GridViewDataColumn Header="Percentage Complete" DataMemberPath="Status" />
</telerikGridView:RadGridView.Columns>
<telerikGridView:RadGridView.HierarchyChildTemplate>
<DataTemplate>
<telerikGridView:RadGridView x:Name="grdChildQuestonnaire" AutoGenerateColumns="False" ShowGroupPanel="False">
<telerikGridView:RadGridView.Columns>
<telerikGridView:GridViewDataColumn DataMemberPath="Name" Header="Questionnaire Name"></telerikGridView:GridViewDataColumn>
<telerikGridView:GridViewDataColumn DataMemberPath="AnsweredQuestionStatus" Header="Percentage Complete"></telerikGridView:GridViewDataColumn>
</telerikGridView:RadGridView.Columns>
<telerikGridView:RadGridView.HierarchyChildTemplate>
<DataTemplate>
<telerikGridView:RadGridView x:Name="grdChildQuestion" AutoGenerateColumns="False" ShowGroupPanel="False" >
<telerikGridView:RadGridView.Columns>
<telerikGridView:GridViewDataColumn DataMemberPath="QuestionNameText" Header="Question Name"></telerikGridView:GridViewDataColumn>
<telerikGridView:GridViewDataColumn DataMemberPath="IsAnswered" Header="Is Answered"></telerikGridView:GridViewDataColumn>
<telerikGridView:GridViewDataColumn DataMemberPath="RequiredNumberOfSignOffs" Header="Signoff"></telerikGridView:GridViewDataColumn>
</telerikGridView:RadGridView.Columns>
</telerikGridView:RadGridView>
</DataTemplate>
</telerikGridView:RadGridView.HierarchyChildTemplate>
</telerikGridView:RadGridView>
</DataTemplate>
</telerikGridView:RadGridView.HierarchyChildTemplate>
</telerikGridView:RadGridView>
Please Reply ASAP
Regards
Charu Pahuja
You've missed to post your grid version. We had such problems in the past however this was fixed and my suggestion is to try our latest build.
Regards,
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.
I am attaching the snapshots for my Grid Versions
Please let me know if this is the older version, or how to remove the extra column Coming ....
Please reply Soon.
Regards
Charu Pahuja
You version is Q2 SP1 - please try our latest internal build for this version of our latest beta and let me know about the result.
All the best,
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.
Thanks for your response
But can you tell me
1) Is your internal bulid is released or is it in testing.
Also please provide me the link from where i can download it and use it.
Regards
Charu Pahuja
Hi Manish Agarwal,
Our latest internal builds are released every Friday and their quality is pretty much the same as the builds that we ship every Q. You could download the latest internal build for Q2 SP1 from here.
May I also suggest you to try our latest release Q3 2009 which introduced many improvements and features that you might be interested in.
Greetings,
Milan
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.
We have purchased license on 6th October 2009.
Will your upgrade will be available to us(not trial one).
Regards
Charu
