Categories | Question details Back To List | ||
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(); |