Cancel Ajax Request on Row Click
Cancel Ajax Request on Row Click
Hi,
I am allowing re-ordering of rows in a table with server side data loading. I noticed that with re-ordering enabled, just a click on a row without a drag triggers re-order event and also leading to ajax requests to the server.
I need a way in which the re-order event will be triggered only when a row has been dragged instead of a click on the row triggering the event. With server side ajax request, this will be undesirable if a click on the row causes data to be reloaded from the database.
Kindly assist.
Answers
Is this using RowReorder with Editor (see example here)? Or is this your own code?
Colin