This topic contains 4 replies, has 2 voices, and was last updated by Hristo 9 years ago.
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Plugins › Validator, Drag & Drop, Sortable › Two Grid Table Drag And Drop
Tagged: angular dragdrop, angular grid, bootstrap dragdrop, bootstrap grid, drag and drop, grid, javascript dragdrop, javascript grid, jquery dragdrop, jquery grid, jqwidgets dragdrop, jqwidgets grid, jqxdragdrop, jqxgrid
This topic contains 4 replies, has 2 voices, and was last updated by Hristo 9 years ago.
Hi Any Please Provide the demo
I have drag one row one table to another table row not cell,
I have checked lots of example which can be only one cell drag and drop not a row
Also add rows must be remove first table and added tpo second table
This example only cell drag not row
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/dragdrop.htm?classic
Please Provide Example
Thanx & Regards
Bhadresh Shiroya
Hello Bhadresh Shiroya,
Please take a look this demo:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/dragdropgridrecordtoform.htm?light
You could create some workaround based on the above demo.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
but i have two table
Current Form which can not be used
Something like demo
http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/rows/drag-and-drop/defaultcs.aspx
but i have two table
Current Form which can not be used
Something like demo
Hello Bhadresh Shiroya,
This is one workaround below – used _.jqxDragDrop('data');
method for transfer of the data.
And _.jqxGrid('addrow', null, datarow)
to add new row in second Grid.
Please, take a look this example:
https://www.jseditor.io/?key=jqwidgets-two-grids-dragdrop-row
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
You must be logged in to reply to this topic.