This question is locked. New answers and comments are not allowed.
Hi Telerik Team,
I am looking into your new Q2 2008 pack of Rad controls for Win Forms.
I just came cross a demand from client. i.e.
We have Radtreeview in form as well. Now the user wants that if he drags any node of treeview control and drops it in toolstrip area then the node's tool button should created.
The problem I am encountering is that i could not find any event something like "Drag in" or even "Mouse Up" as i can see there is an event of "Mouse down".
Can you please help in in this regard.
Regards,
Haroon.
I am looking into your new Q2 2008 pack of Rad controls for Win Forms.
I just came cross a demand from client. i.e.
We have Radtreeview in form as well. Now the user wants that if he drags any node of treeview control and drops it in toolstrip area then the node's tool button should created.
The problem I am encountering is that i could not find any event something like "Drag in" or even "Mouse Up" as i can see there is an event of "Mouse down".
Can you please help in in this regard.
Regards,
Haroon.
5 Answers, 1 is accepted
0
Accepted
Hello Haroon,
Thank you for the inquiry.
Although RadToolStripItems do not have the dragdrop events, you can still implement the drag'n'drop scenario using the events of RadTreeView. I have demonstrated the approach in the sample project attached. The events that you need are RadTreeView's DragStarted and DragEnded. Just check where the mouse cursor is when the drag operation is ended, and depending on the place, do the necessary operations.
If you have additional questions, feel free to contact me.
Regards,
Nikolay
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thank you for the inquiry.
Although RadToolStripItems do not have the dragdrop events, you can still implement the drag'n'drop scenario using the events of RadTreeView. I have demonstrated the approach in the sample project attached. The events that you need are RadTreeView's DragStarted and DragEnded. Just check where the mouse cursor is when the drag operation is ended, and depending on the place, do the necessary operations.
If you have additional questions, feel free to contact me.
Regards,
Nikolay
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Haroon
Top achievements
Rank 1
answered on 15 Sep 2008, 05:14 AM
Hello Telerik Team,
Thank you, I must say Telerik is One of the best UI selling company, Besides there good quality UI components their support is exceptional as well.
Congratulations to Telerik Team for making it such a good company.
Regards,
Haroon.
0
Thank you for the nice words, Haroon! We are happy to be of help.
Can we use your last post as a testimonial? I am ready to offer you some Telerik points for your permission :)
Kind regards,
Nikolay
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Can we use your last post as a testimonial? I am ready to offer you some Telerik points for your permission :)
Kind regards,
Nikolay
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Haroon
Top achievements
Rank 1
answered on 17 Sep 2008, 05:02 PM
Of course You can, It would be my pleasure. Please do guide me How can I write a proper testimonial . I will write a proper one as well as soon as my schedule allowed me to do so.
Regards,
Haroon.
0
Thank you, Haroon!
You can use the testimonial form on this page:
http://www.telerik.com/client.net/send-testimonial-or-client-spotlight/default.aspx
All the best,
Vassil
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can use the testimonial form on this page:
http://www.telerik.com/client.net/send-testimonial-or-client-spotlight/default.aspx
All the best,
Vassil
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.