Unplanned
Last Updated: 01 Oct 2025 07:31 by ADMIN
Niraj
Created on: 01 Oct 2025 06:56
Category: PivotGrid
Type: Bug Report
1
PivotGrid Configurator Cancel Button Doesn't Work
When selecting a field in the PivotGrid Configurator and then clicking the Cancel button, the field remains applied to the PivotGrid (row/column). The cancel operation does not remove it right away.
1 comment
ADMIN
Dimo
Posted on: 01 Oct 2025 07:31

While we fix the problem, a possible option is to hide the button with CSS, so that it doesn't mislead users:

    .k-pivotgrid-configurator-actions .k-button:first-child {
        display: none;
    }

 

Regards,
Dimo
Progress Telerik

Your perspective matters! Join other professionals in the State of Designer-Developer Collaboration 2025: Workflows, Trends and AI survey to share how AI and new workflows are impacting collaboration, and be among the first to see the key findings.
Start the 2025 Survey