Hi, first of all, thank you thank you thank you Igor for this wonderfull control.
My situation is this, I'm trying to restrict the use of the control for the user, only to allow uploading and downloading.
I can disable the buttons on the toolbar for : moving (wich creates a new forlder if it doesn't exist), copy , delete, rename. Good.
BUT the user can still use these actions if it uses the right-click menu..
I know I can customise te before action for any of the actions I want to prevent from executing: ItemRenaming, NewFolderCreating, etc...
But It would be much simpler, and correct, if I can just disable the right-click menu entirely..
is it possible to do it in the curren version of the app?
I know I can touch the source code, but I don't have visual studio 2010 :( so I cannot modify the project..
Ok hope my question was understood..
Resumé: I want to restrict the functionality, but the right-click menu still offers all the functionality I want to restrict. ReadOnly = "false" doesn't work for me, cause I want the user to be able to Upload. I would cancel any event I don't want to exectute, but it would be more correct if I can avoid showing the option to perfrom the atcion at all.
thank you!!
renzo