SO in my code I think I have pin-pointed this line to be the culprit.. Not sure why, but all works well in Firefox and IE! In chrome the row that is selected is always the first row of the Grid. IE and Firefox get the data from the correct selected row. But in Chrome, it always uses the data from the first row.
Also the dragStart function is showing a opaque feedback div table of the correct data in all browsers. Which is great, however in Chrome, when the dragEnd is called the data is still from the first row…
Help Please.
gridCells.bind(‘dragEnd’, function (event) {
var value = $(this).jqxDragDrop(‘data’);