Hi, I am using the dp.rowClickHandling = "Select" and then assigning an action to the selected row... but... once the action is completed i need to unselect the row programatically.
How can that be done?
You can clear the selection using rows.selection.clear():
dps.rows.selection.clear();
Just a note: The user can deselect the row using Ctrl+click.