Hi. I am using a WebDataGrid control with multiple rows selection. i have noticed that when i drag the mouse to select multiple rows the selection changed server event is being fired way before the mouse button is release.
Is that the expected behavior ? The logic for me is to have the event only fire when the mouse is being released and not on click. the current situation results in me not having all the correct selected rows when handling the RowSelectionChanged event
I am using v12.1
Hello mooly,
Thank you for posting in our forum.
I did some research and it seems that it is not possible to disable click and drag selection and the RowSelectionChanged event will fire for each selected row during mouse drag.
I would suggest you to submit a new product idea for this.
Steps to create your idea:
If you have other questions, please let me know.
hey. still waiting for an answer on this matter. this is very important to find a solution for this issue or if there is a way to force multiselection to only use CTRL/SHIFT click and disable the mouse drag option for selection.