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

onFilterDone property of the igx-grid doesn't expose important information #10243

Closed
ZhuanM opened this issue Oct 6, 2021 · 2 comments · Fixed by #10237
Closed

onFilterDone property of the igx-grid doesn't expose important information #10243

ZhuanM opened this issue Oct 6, 2021 · 2 comments · Fixed by #10237
Assignees
Labels
🧰 feature-request ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@ZhuanM
Copy link

ZhuanM commented Oct 6, 2021

Is your feature request related to a problem? Please describe.

Upon removal of a filter on a given column (on the Igx Grid), using the onFilterDone property of the Igx Grid, I don't receive additional information regarding to the exact column to which the change (removal of the filter) was made. Because of this I don't know how to correctly update my parameters that I have to send to my back-end in order to receive the correct data back. Currently the onFilterDone property simply return a null event property when one of the filters has been removed which gives me no background onto which column's filters were just removed.

Describe the solution you'd like

Upon removal of a filter on a given column (on the Igx Grid), using the onFilterDone property of the Igx Grid, I would like to receive additional information regarding the exact column, to which the change (removal of the filter) was made.

Describe alternatives you've considered

Customer Support team sent me this solution "https://stackblitz.com/edit/igx-grid-filtering-last-cleared-column?file=src/app/grid/grid-filtering-sample/grid-filtering-sample.component.ts" as a workaround to this issue.

Additional context

I'm using the 11.1.28 version of the Ignite UI library.

@gedinakova
Copy link
Contributor

@igdmdimitrov This issue seems quite similar to #10005!

@igdmdimitrov igdmdimitrov added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Oct 8, 2021
@igdmdimitrov igdmdimitrov added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Oct 11, 2021
@radomirchev
Copy link
Contributor

@ZhuanM your feature request is included in our Roadmap for 2021 and could be expected in our next major release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧰 feature-request ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants