How to disable multi row selecting when the user tries to select rows with control key
How to disable multi row selecting when the user tries to select rows with control key
Hi Allan,
Could you please help me in disabling multi row selecting when the user tries to select rows with control key?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Use the
select.styleoption for that. It can be set tosingleto disable multi-row selection.Allan
Thanks a lot Allan