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

In container-grid, selected cell data is not getting updated if there are 2 different grids but sharing single method to update #154

Open
Ankita2005199 opened this issue Apr 27, 2022 · 1 comment

Comments

@Ankita2005199
Copy link

Here is stackblitz url
Editor url : https://stackblitz.com/edit/ngx-drag-to-select-mcmmtg?file=src/app/app.component.html
Application url : https://ngx-drag-to-select-mcmmtg.stackblitz.io

dual selection

suppose we select Document1 cell from First container-grid then in selectedIds section [ 1 ] will appear as result, then if we select Document2 cell from second container-grid then in selectedIds section [ 2 ] will appear as result but again if we select Document1 from First container-grid then in selectedIds section [ 1 ] should appear but it will showing second container-grid result.

Note : If we select cell again which was previously selected in container-grid then selection is getting ignored , if we select another cell for this grid then it is working fine.

Expected result : cell should be selected again and result should get updated

@Ankita2005199
Copy link
Author

Ankita2005199 commented Apr 27, 2022

Please help for this issue... or is there any way to deselect cell of 1st container-grid if cell is selected for another container-grid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant