Good morning you all, thanks for the prompt return.
Share an exact requirement on not to select the rows while we click for context menu in Grid.
Well, let's say you've selected 3 rows to do a bulk action, and then you realize you want to use the "Context Menu" option to do something else. Then in this case, you'll end up with four rows selected instead of the first 3 ones. If you do the bulk action without realizing the Widget actually selected one more for you, you'll end up messing up your stuff.
If you face any issue while do right click with selecting those rows ?
The widget "goes crazy" when you use right click and then you decide clicking over the other rows, even with the "checkboxOnly" set to true. It selects another row, not the one you clicked (and remember, "checkboxOnly" is set to true, so it shouldn't even select any row)
Share a pictorial representation of your requirement
I think the first two answers represents a pictorial action, but the next answer can make it even clearer ;)
Share some more details on your requirement with context menu in Grid ?
We have more then one view for the display of our items, so we've decided to create a dialog for the edition of the records, a dialog we can call from anywhere. So we use the context menu to open this edition dialog. In case the user opens the dialog and decides just to close it, and lets say it does it three items, it'd remain with three "undesired" selected rows, instead of, well, none, as he dit not select anything.
Hope it's clearer. Thank you guys.