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

editable Hierarchy grid with summary totals on top of the header

1 Answer 61 Views
GridView
This is a migrated thread and some comments may be shown as answers.
suman
Top achievements
Rank 1
suman asked on 14 Oct 2010, 11:23 PM
Hello,

We have a requirement to have a hierarchy grid with the below features 

1) editable.
2) when user edit the data then the summary totals (2-3 rows should be on top of a header for each level) should reflect on the fly.
3) should able to handle around 400 columns with huge number of rows.

do you see any limitations with the WPF GridView?? also can we consider SilverLight control and is it tough enough to handle this?? of is there any better approach?

Please let us know if there any sample code or demo is already out there.

Thanks,
Suman

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 20 Oct 2010, 07:38 AM
Hello,

 You can use HierarchyChildTemplate to declare your child grid similar to our demo and on the top of the child grid you can declare desired additional UI elements where you will display aggregates. You can use also row details to achieve the same. RadGridView can handle easily 1 mil. records (check our demo) however you may get performance problems with such amount of columns. Since our grids (Silverlight and WPF) shares the same code all these applies for both of them. 

All the best,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
suman
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or