Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Anthony Nahas on Aug 18, 2009 13:05
open dhtmlx forum
Clearing a block selection (copy/paste)

How can I clear the selection when a user is doing a block selection? I didn't see anything in the API for doing this, the only thing I saw was clearSelection but I'd really like clearBlockSelection or something similar.
Answer posted by Support on Aug 19, 2009 10:18
There is no public methods, but you can use inner one.
       grid._HideSelection();