mhmda Posted February 28, 2017 Posted February 28, 2017 Hello, Here is a demo project showing how to drag a row from dbgrid to control (panel) or to other dbgrid. Online demo here: http://5.189.151.122:8045/ Project here: http://3msoft.net/mhmd/uni_DBGridDragDrop.rar 1 2 Quote
epos4u Posted February 28, 2017 Posted February 28, 2017 Thanks brother Mohammad, great help, thank you Quote
gerhardhziegler Posted May 5, 2017 Posted May 5, 2017 Dear Mohammad,are there any examples for the UniDBTreeGrid, i just upgraded my UniGui but I am not sure how to rightly connect fieldnames to Tree or Column fields. Greetings Quote
Freeman35 Posted May 26, 2017 Posted May 26, 2017 assalamu alaykum, A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.Script: http://5.189.151.122:8045/ext-4.2.5.1763/ext-all.js:18 I get this error on your demo link. How to: drang & drop, left to right, and same record(row) quickly rigth to left. just let you know. best regards Quote
gerhardhziegler Posted July 17, 2017 Posted July 17, 2017 Dear friends! The example is wonderful, but I would really need these functionality in the DBTreeGrid. It seems, some properties and events are missing there, so I can implement a proper drag & drop (within the grid, fe. exchanging rows) solution there.Any suggestions?Help is really welcome.Gerhard Quote
Sherzod Posted July 17, 2017 Posted July 17, 2017 Hi, Can you try this approach for now ?! UniDBTreeGrid -> .... beforeInit: function beforeInit(sender, config) { config.viewConfig = { plugins: { ptype: 'treeviewdragdrop', appendOnly: true }, listeners: { beforedrop: function(node, data, overModel, dropPos, opts) { console.log(arguments); }, drop: function(node, data, overModel, dropPos, opts) { console.log(arguments); } } }; } Best regards, Quote
MVakili Posted July 6, 2021 Posted July 6, 2021 On 2/28/2017 at 10:43 AM, mhmda said: Hello, Here is a demo project showing how to drag a row from dbgrid to control (panel) or to other dbgrid. Online demo here: http://5.189.151.122:8045/ Project here: http://3msoft.net/mhmd/uni_DBGridDragDrop.rar http://3msoft.net/mhmd/drg.png Hi dear I cant find uni_DBGridDragDrop.rar may attach again ? Quote
hwlee Posted July 10, 2021 Posted July 10, 2021 Dear Mohammad, Could you please upload the demo project file again? Regards, HW Lee. Quote
Sherzod Posted July 10, 2021 Posted July 10, 2021 Hello, 1 hour ago, hwlee said: Could you please upload the demo project file again? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.