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

IdsDataGrid: With allow expand row both events are not correctly triggered #2275

Closed
aparimalla opened this issue Apr 30, 2024 · 1 comment · Fixed by #2298
Closed

IdsDataGrid: With allow expand row both events are not correctly triggered #2275

aparimalla opened this issue Apr 30, 2024 · 1 comment · Fixed by #2298
Assignees
Labels
High Elevated Priority type: bug 🐛 Something isn't working [2] Velocity rating (Fibonacci)

Comments

@aparimalla
Copy link

Describe the bug
Upon clicking the expand Row button in DATA GRID (ALLOW ONE EXPANDABLE-ROW), the Row Expanded is not triggered; instead, just the Row Collapsed event happens.
When more than one expand Row button is clicked, I suppose the Row Collapsed event should be triggered first, and then the Row Expanded event.

Steps to reproduce the behavior:

  1. Go to [https://main.wc.design.infor.com/ids-data-grid/expandable-row.html]
  2. Click on anyone of the Expand Row button in DATA GRID (ALLOW ONE EXPANDABLE-ROW), check the console for triggered
    event details(Row Collapsed event will be triggered).
    3.Now click one more expand row button without collapsing the previous expanded row, again check the console for triggered
    event(only Row Collapsed event will be triggered).
  3. Also verify the above steps for DATA GRID (EXPANDABLE ROW). Then You will observe the differences.
  4. Please Refer the below attached video clip.

Expected behavior

Upon clicking the expand Row button in DATA GRID (ALLOW ONE EXPANDABLE-ROW), the Row Expanded event should be
triggered; instead of the Row Collapsed event.
When more than one expand Row button is clicked, the Row Collapsed event should be triggered first, and then the
Row Expanded event.

@tmcconechy tmcconechy changed the title Upon clicking the expand Row button in DATA GRID (ALLOW ONE EXPANDABLE-ROW), the Row Expanded is not triggered; instead, just the Row Collapsed event happens. IdsDataGrid: With allow expand row both events are not correctly triggered Apr 30, 2024
@tmcconechy tmcconechy added type: bug 🐛 Something isn't working [2] Velocity rating (Fibonacci) labels Apr 30, 2024
@janblankenburgh
Copy link

Hi @tmcconechy , I notice this issue already has your attention. Thanks! We'd appreciate it if this can be fixed with priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Elevated Priority type: bug 🐛 Something isn't working [2] Velocity rating (Fibonacci)
Projects
4 participants