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

Multiple level of hierarchical Grid

5 Answers 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Manish Agarwal
Top achievements
Rank 1
Manish Agarwal asked on 25 Sep 2009, 05:17 AM
Hi

I want to create a multiple  Hierarchical Grid not self refrencing  in Silverlight 3.0 using Telerik GridView.
The examples given on telerik website is for only 1 level of hierarchical Grid.
So Please reply ASAP for the same.


Thanks
Charu

5 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 25 Sep 2009, 06:05 AM
Hello Charu,

You can check our "First Look" demo for more info about hierarchical grid with three levels.

Kind 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.
0
Manish Agarwal
Top achievements
Rank 1
answered on 25 Sep 2009, 07:29 AM
Yes that works....

Thanks a lot

But I am getting one extra column in my child Grid and that is very Large.
I am binding data to the Grid at runtime so i have not declared the columns in XAML.

Also above all the Grid also Child Grid there is a statement " Drag a column header and drop it here to group by that column".
Also I want to put Progress Bar in one of my Grid Column i am not able to do that.

Please Reply ASAP as i am stuck at ths point.

Regards
Charu
0
Vlad
Telerik team
answered on 25 Sep 2009, 07:32 AM
Hi Manish,

You can cancel AutoGeneratingColumn event if you do not want any auto-generated column or you can set AutoGenerateColumns to false and declare desired columns. You can do the same for the child grid if you use HierarchyChildTemplate to declare your child grid (again similar to our "First Look" demo).

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.
0
Manish Agarwal
Top achievements
Rank 1
answered on 25 Sep 2009, 10:20 AM
Hi

But i have not declared column in the XAML part.
i am binding the Grid at run time .
So by making autogenerating column to false i am not able to see my Actual column ."i.e no data is displaying " .

Please Also answer for  how to remove this line from Child Grid ::" Drag a column header and drop it here to group by that column".

Give example of using Progress bar in Grid Column

Regards
Charu Pahuja


0
Vlad
Telerik team
answered on 25 Sep 2009, 10:45 AM
Hi Manish,

You can set ShowGroupPanel to false for your grid declared in HierarchyChildTemplate. As to the progress bar you can use CellTemplate/CellEditTemplate where you can put anything.

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.
Tags
General Discussions
Asked by
Manish Agarwal
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Manish Agarwal
Top achievements
Rank 1
Share this question
or