Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Disable multi-selection of rows in Ultragrid when RowSelectors is true
posted

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?

 

 

Parents
No Data
Reply
  • 150
    Suggested Answer
    posted

    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

Children