jQWidgets Forums

jQuery UI Widgets Forums TreeGrid Drag and Drop on a TreeGrid

This topic contains 5 replies, has 2 voices, and was last updated by  vinothr 10 years, 6 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Drag and Drop on a TreeGrid #63268

    vinothr
    Participant

    Hi,

    I have a requirement of drag and drop in a treegrid. Is that possible to do drag a child from one parent row to another?
    If possible can you tell me how to do that please.

    Thanks in advance,

    Vinoth.R

    Drag and Drop on a TreeGrid #63269

    Peter Stoev
    Keymaster

    Hi Vinoth.R,

    Only Columns Drag and Drop is supported. Please, refer to the Columns Reorder demo. Rows/Cells Drag and Drop is not supported.

    Best Regards,
    Peter Stoev

    Drag and Drop on a TreeGrid #63271

    vinothr
    Participant

    Hi Peter,

    Thanks for your reply. Is there any development regarding this?. Why I am asking this because I belong to a Indian Company called CLSS and we are evaluating jqwidgets for a product. Everything set. Only thing we need drog and drop in treegrid. If that can be achievable we are ready to buy jqwidgets.

    Thanks,

    Vinoth. R

    Drag and Drop on a TreeGrid #63272

    Peter Stoev
    Keymaster

    Hi Vinoth. R,

    Build-in Drag and Drop is not under development. We have jqxDragDrop plugin which you may try to use for custom scenarios. We have demos about jqxGrid with this plugin. You may look at it here: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/dragdrop.htm?arctic

    Best Regards,
    Peter Stoev

    Drag and Drop on a TreeGrid #63275

    vinothr
    Participant

    Hi Peter,

    Actually we trying that only. We are able to get the row data of the row(source row). But we are unable to get the destination on dragEnd (on which we leave the dragged element). Is it possible to get the parent node on dragEnd.

    Thanks,

    Vinoth. R

    Drag and Drop on a TreeGrid #63277

    vinothr
    Participant

    Hi Peter,

    Actually the problem is we can get cell from a jqxGrid by using

    $(“#grid2”).jqxGrid(‘getcellatposition’, position.left, position.top);

    And we are unable to get a cell from a jqxTreeGrid. Here we got struck.

    Any way to get cell from treegrid?

    Thanks,

    Vinoth. R

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

You must be logged in to reply to this topic.