drag and drop a file from explorer to dhtmlxTree or Grid

Hello,

Is it possible to be able to drag n drop a file from explorer into the tree or trreegrid. Can you please provide an example if this is possible.

thanks,

You may place input file in a value of your grid.

In xml:

<cell><![CDATA[<input type="file" class="file" />]]></cell>

Note: Value of the input won’t be included in the cell’s value.