GOURVEZ JJ
Top achievements
Rank 1
GOURVEZ JJ
asked on 04 Jan 2012, 10:33 AM
Hello,
I want drop file from desktop to radgridview.
I use event drop and the property AllowDrop is equals true
But when I drop an file, the event not start.
In an first time, I display an simple message "HELLO" when I drop file, but I never have the message.
Can you help me ?
Thanks
I want drop file from desktop to radgridview.
I use event drop and the property AllowDrop is equals true
But when I drop an file, the event not start.
In an first time, I display an simple message "HELLO" when I drop file, but I never have the message.
Can you help me ?
Thanks
4 Answers, 1 is accepted
0
Hello,
Didie
the Telerik team
Generally when you have the AllowDrop set to True, then the Drop event of the RadGridView should fire on drop over the GridView. I am not sure what is the event that does not start in your solution.
Please refer to the attached sample project showing the drop behaviour.
Didie
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
GOURVEZ JJ
Top achievements
Rank 1
answered on 04 Jan 2012, 06:28 PM
Thanks for code source,
But in my application, i can't drop file.The mouse pointer not change.
But in my application, i can't drop file.The mouse pointer not change.
0
Hi,
Didie
the Telerik team
Would you please send me a sample project so that I can further check what your situation is?
Regards,Didie
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
GOURVEZ JJ
Top achievements
Rank 1
answered on 06 Jan 2012, 09:46 AM
Hi,
The problem is resolved.
On GridViewDataColumn columns, I removed all style, and now I can drop file.
There are errors with my style.
Thanks for your help
The problem is resolved.
On GridViewDataColumn columns, I removed all style, and now I can drop file.
There are errors with my style.
Thanks for your help