This question is locked. New answers and comments are not allowed.
I'm working with the Silverlight RadGridView control and looking to complete a project that has 3 levels of aggregate roll-ups (Department, Project, Cost). On the project and the price levels, I intend to include a cell that contains an image with a "slide-out" menu with various pieces of functionality. The cost row is the basis of the grid. It is divided into costs for the 12 fiscal periods in a month. These each of these aggregate cost values need to be rolled up to the Project and Department level.
I've looked into using nested grids and grouping, but each seem to have their issues.
Nested Grids:
Nested Grids do not allow the columns to line up. Therefore, it will be difficult to line up the aggregates for each of the fiscal periods.
Grouping:
Grouping appears to only allow for "Group Footers". I was hoping to have all the Grouping details appear in the Grouping Section or, at a minimum, a "Group Header".
I've attached an image that gives a rough idea of my POC. I'm simply asking the forum for what they feel is the best approach for some of these ideas.
Any help would be greatly appreciated. Thanks!
~Keith
I've looked into using nested grids and grouping, but each seem to have their issues.
Nested Grids:
Nested Grids do not allow the columns to line up. Therefore, it will be difficult to line up the aggregates for each of the fiscal periods.
Grouping:
Grouping appears to only allow for "Group Footers". I was hoping to have all the Grouping details appear in the Grouping Section or, at a minimum, a "Group Header".
I've attached an image that gives a rough idea of my POC. I'm simply asking the forum for what they feel is the best approach for some of these ideas.
Any help would be greatly appreciated. Thanks!
~Keith