Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow customization of the PivotGridV2 measure caption when using local binding. #7503

Closed
gdenchevprog opened this issue Aug 31, 2023 · 1 comment
Assignees
Labels
C: PivotGridV2 Enhancement FP: Completed Sync status with associated Feedback Item jQuery

Comments

@gdenchevprog
Copy link
Contributor

Enhancement

Allow customization of the measure names in the PivotGridV2 when using local data.

Take a look at the following Dojo example:

https://dojo.telerik.com/@gdenchev/UlICUFaZ

If you attempt to change the measure name from 'Sum' to 'Test', the PivotGridV2 won't allow you.

// Allowed
measures: {
   "Sum": { field: "Revenue", format: "{0:c}", aggregate: "sum" },
}

// Not allowed
measures: {
   "Test": { field: "Revenue", format: "{0:c}", aggregate: "sum" },
}

This functionality was available in the old PivotGrid.

@gdenchevprog gdenchevprog self-assigned this Aug 31, 2023
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Aug 31, 2023
@antonmironovv
Copy link

Reported in ticket 1620927.

@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Sep 5, 2023
@gdenchevprog gdenchevprog changed the title Allow customization of the PivotGridV2 measure caption. Allow customization of the PivotGridV2 measure caption when using local binding. Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: PivotGridV2 Enhancement FP: Completed Sync status with associated Feedback Item jQuery
Projects
None yet
Development

No branches or pull requests

3 participants