I have a Ultragrid with RowSelectors set to true and SelectTypeRow set to Single
Issue is that when user presses 'ctrl' key then multiple rows can be
selected by clicking on row selectors though "SelectTypeRow is set to Single".
I want to disable this feature. How can I do that?
I fixed this issue.
SelectTypeRow was being set twice in code. One at compile time and one at runtime
which will set it to 'Extended'
I omitted the second time set and its working fine now
Hello,
Thank you for your feedback. I am glad that your issue is solved.
Let me know if you have any further questions.