Hope I picked the right forum section..
we maintain and program a rather large app using kendo ui and jquery based around c# code..
For a certain task I need to unselect some rows from the selection the user has done previously. But a google search only delivers results on "select grid row programmatically"
The grid in question allows multi-select of entire rows. How can I unselect certain rows based on the content of certain data-fields within said rows?
Thanks in advance