onDrop row coltype img problem

When i drop a row in treegrid , on the new created row , the link to image contained in a cell is incorect created .

For exemple if img path is myapp.dom/imgs/http://www.my … s/icon.png

pleace advice

i am using dhtmlx suite 4.6.1 pro

as workaround i did onDrop event :

this.cells(sId,1).setValue(this.cells(sId,1).getValue().substr(this.cells(sId,1).getValue().lastIndexOf(’/’)+1))

It works but the app still try to get the image from incorect link .

Unfortunately the problem cannot be reproduced locally.
In case of using the “img” column type the drag’n’drop operations work well for me.
If the problem still occurs for you please, provide with a complete demo, where the problem can be reconstructed locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html