PivotGridV2 Local Binding cannot to change measure name

1 Answer 43 Views
PivotGridV2
james
Top achievements
Rank 1
james asked on 31 Aug 2023, 03:32 AM

Hi 

I used the PivotGridV2 from Local Binding of data source. I want to change the measure name at demo sample, for example:  Sum change to Sumass, than I found error from browser  for "format error".  How to change the measure name of local binding data source?

 measures: {
                                "Sumass": { field: "Revenue", format: "{0:c}", aggregate: "sum"},
                                "Average": { field: "Revenue", format: "{0:c}", aggregate: "average" }
                            }
                        }
                    },
                    columns: [{ name: "Year", expand: true }, { name: "Sector" } ],
                    rows: [{ name: "Country", expand: true }],
                    measures: ["Sumass", "Average"]

 

James

1 Answer, 1 is accepted

Sort by
0
Georgi Denchev
Telerik team
answered on 04 Sep 2023, 07:25 AM

Hi, James,

I've already replied in the private support ticket, but for better visibility I am sharing the enhancement issue here as well:

https://github.com/telerik/kendo-ui-core/issues/7503 

Best Regards,
Georgi Denchev
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
PivotGridV2
Asked by
james
Top achievements
Rank 1
Answers by
Georgi Denchev
Telerik team
Share this question
or