Is there a way for me to drag and nodes from the file explorer to a radgrid? I would then handle the event and add a new item to the radgrid based on the current dropped object.
In its event handler access the name and length (size) of the dragged file item and set them as values of two hidden fields on the page. Here you should also made an ajax request in which handler to update the content of the additional grid width these values.
I am attaching a basic implementation of the described approach to this message. Please, feel free to modify it in order to fit your scenario best. You can also find useful information about RadGrid row dragging in following demo: Grid - Items Drag-and-drop
Regards,
Vessy
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.