Cancel Ajax Request on Row Click

Cancel Ajax Request on Row Click

NastradamusNastradamus Posts: 1Questions: 1Answers: 0

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

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Is this using RowReorder with Editor (see example here)? Or is this your own code?

    Colin

Sign In or Register to comment.