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

Radgrid third level hierachy load

1 Answer 36 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lee'Roy
Top achievements
Rank 1
Lee'Roy asked on 25 Mar 2014, 10:46 AM
We want to create a 4 level grid to display the following information
Level1: Projects – every project number is unique
Level 2: The orders that belong to the project – The orders for every project starts with order no 0001. There could be many orders with the same number (e.g. 0001) but only one order 0001 for each project. Project plus order number is unique
Level3: The Line Items within an order. Again a line item 0001 will appear in every order. Project + Order No + line Item is unique
Level4: The Release Note numbers for each Line Item. There could be many Release not numbers for each Project, Order No, Line Item Combination.
Question:
How should the Master and detail keys be structured for each level.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 28 Mar 2014, 09:01 AM
Hi Lee'Roy,

Once you've configured your datasource with the described tables and the required record UniqueIDs, you can check the implementation demonstrated in the following sample:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/declarative-relations/defaultcs.aspx

You can also achieve this functionality using NestedViewTemplates:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/hierarchy-with-templates/defaultcs.aspx

Hope this helps.

Regards,
Eyup
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
Tags
General Discussions
Asked by
Lee'Roy
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or