The asp framework generates these IDs and we don't have control on them.
Have a way to expand/collapse all within PivotGrid for each group level. It would be nice if the context menu (right click) would allow this.
Would like to have the ability to remove and add items to a pivot grid's filter window prior to rendering. Any item added or removed would be persisted/updated to the data-source. Many requests come from vendors that require certain information to be provided or removed based on user privileges, business rules, user inputs, etc..
In an at least two level pivotgrid scenario, it would be nice to have the option of calculating the percentage of the inner level within that level and not based on the grand total (i.e. on the subtotal of the parent). In the attached image we can see that the inner levels have percentages based on the grand total instead of percentages of the category they belong. For example Diprivan should have a percentage of 100% since it is the only element of Astrazeneca. Same goes for Astrazeneca since it is the only element of Anesthetic, General.
Aggregate functions like Max, Min and Count would be useful in some scenarios with fields of type DateTime.
It will be useful to have sorting feature in PivotGridAggregateField. For example as in attachment one may want to sort the grades of students as me :) Looking forward to have sorting feature in new releases.
Hi Telerik Team, I want to make a hierachy in PivotGridColumnField as in screenshot (pivotgrid_desired.png). I made a GradeBook project. It holds Student Names, Exam Names,Parent Exam Names, and Grades as in ( gradebook.rar ) . My pivotgrid screenshot is in ( pivotgrid.png ). I googled and read PivotGrid online documents but I couldn't find how to make hierarchy in columns as (pivotgrid_desired.png). Looking forward for your solution. Thanks.