Hello,
I want to implement drag n drop functionality from RadGridView to RadTreeView. I dont want to use ViewModel.
in the RadGridView i have some data pulled from Database , i.e a list of songs with their tags as columns.
In the treeview i have made some categories of songs. I want to drag a song / or multiple songs from RadGridView and drop it on a category node of treeview. internally i will get a list of all selected rows of grid which or dragged on the Drop Event of treeview and update it to my collection and later in DB. I looked in your demos but all are using MVVM. I want a pure C# code , which would implement my task ASAP.
I want to implement drag n drop functionality from RadGridView to RadTreeView. I dont want to use ViewModel.
in the RadGridView i have some data pulled from Database , i.e a list of songs with their tags as columns.
In the treeview i have made some categories of songs. I want to drag a song / or multiple songs from RadGridView and drop it on a category node of treeview. internally i will get a list of all selected rows of grid which or dragged on the Drop Event of treeview and update it to my collection and later in DB. I looked in your demos but all are using MVVM. I want a pure C# code , which would implement my task ASAP.