Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Trying to cancel row deselection if clicking on an already selected row (basically always require a row to be selected).
Can correctly work my way into the condition where I'm trying to cancel the deselection, but it seems to ignore the setting of:
args.cancel = trueThanks