search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to unselect a row

Asked by Puneet
9 years ago.

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?

Answer posted by Dan Letecky [DayPilot]
9 years ago.

You can clear the selection using rows.selection.clear():

dps.rows.selection.clear();
Comment posted by Dan Letecky [DayPilot]
9 years ago.

Just a note: The user can deselect the row using Ctrl+click.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.