jQWidgets Forums

jQuery UI Widgets Forums Grid Grid Drag & Drop Issue only in Google Chrome?

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • chalupien
    Participant

    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’);


    Peter Stoev
    Keymaster

    The following sample which works in Chrome demonstrates how to implement Drag and Drop with jqxGrid: dragdrop.htm. You can also take a look at these samples: dragdropmultiplerecords.htm and dragdropgridrecordtoform.htm. Before writing you, I tried the above samples with Chrome version 23.0.1271.95 which seems to be the latest update at present.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.