I need a way to cancel a drag, if a user accidentally starts a drag there is no way out of it. I need a way to detect if they have dragged off the grid so I can ignore the drag.
Also did there not used to be a forum topic for igGrid?
Thanks for that looks like just what we need.
Ian
Hello Ian,
There are a couple of approaches to handle the issue. What I suggest is to handle the igGrid rendered Event and attach the logic checking for the grid container boundaries. When exiting you could use igGridSelection method “clearSelection” to get rid of the currently selected cells. I have attached a code sample which I expect will be helpful.
A couple of useful documentation sources: http://help.staging.infragistics.local/jQuery/2013.2/ui.iggrid http://help.infragistics.com/doc/jQuery/2013.2/CLR4.0/?page=igGrid_Overview.html
Regarding the Forum -the igGrid section could be found here: http://es.infragistics.com/community/forums/default.aspx?GroupID=80
If you have any questions or concerns with this, please let me know and I'll be glad to help.