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

[Bug][PivotGrid] Include Fields in the Configurator panel is not loading data with local data binding #2905

Open
Yanko-Georgiev opened this issue Feb 24, 2025 · 0 comments
Labels
Bug Item which indicates that something is not working C: PivotGrid KendoReact pkg:Pivotgrid SEV: High

Comments

@Yanko-Georgiev
Copy link
Collaborator

Yanko-Georgiev commented Feb 24, 2025

Description

Include Fields in the Configurator panel should load the fields data with local data binding

Steps To Reproduce

  1. Open the following example: https://stackblitz.com/edit/react-arrinndf?file=app%2Fapp.tsx
  2. Open the configurator panel
  3. Open the filter column menu from either Column or Rows Chip buttons
  4. Open the Include Fields section
  5. Notice the fields are not loaded

Actual Behavior

Include Fields in the Configurator panel does not load the fields data with local data binding. The fields are mapped based on a recursiveMap util that receives data and map. However, when local binding is used the data property passed to the function remains undefined.

Expected Behavior

Include Fields in the Configurator panel should load the fields data with local data binding

Reported in TicketID: 1679818

@Yanko-Georgiev Yanko-Georgiev added Bug Item which indicates that something is not working C: PivotGrid KendoReact pkg:Pivotgrid SEV: High labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working C: PivotGrid KendoReact pkg:Pivotgrid SEV: High
Projects
None yet
Development

No branches or pull requests

1 participant