jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Using taphold on jqxGrid? › Reply To: Using taphold on jqxGrid?
Hello KevinS,
You can try to attach the jqxTouch to your grid.
$('#jqxGrid').jqxTouch();
and then bind to the tapHold event
$('#jqxGrid').on('tabhold', tabHoldHandler);
I believe that this will select the row before the event is fired if you have the proper selection mode, and using this you can actually use the selected row in your tabHoldHandler function to redirect the user. Though this may be triggered on tapHold outside of the cells area but inside the grid. Maybe you can play around with it and find a better solution.
Also jquery mobile has a taphold event, so you may want to give that a try as well.
I hope this helps.
Best Regards,
Vladimir
jQWidgets Team
http://www.jqwidgets.com