Hi,
I am using the MVC File Manager from DevExpress 15.1.5.0 trial that I downloaded today.
All client-side events are firing except the "ItemRenamed" event.
Here are the relevant code chunks:
C#@Html.DevExpress().FileManager(settings =>
{
[...]
settings.ClientSideEvents.ItemRenamed = "function(s, e) { FileManagerEventHandler(e, 'ItemRenamed') }";
settings.ClientSideEvents.FolderCreated = "function(s, e) { FileManagerEventHandler(e, 'FolderCreated') }";
settings.ClientSideEvents.ItemDeleted = "function(s, e) { FileManagerEventHandler(e, 'ItemDeleted') }";
settings.ClientSideEvents.ItemMoved = "function(s, e) { FileManagerEventHandler(e, 'ItemMoved') }";
[...]
} ).BindToFolder(Model.Path).GetHtml()
JavaScriptfunction FileManagerEventHandler(e, eventName) {
alert("Event " + eventName + " fired");
}
Could you please help?
Thanks
Rodrigue
Hello,
I do not see a potential cause of this issue in the provided code snippet. Would you please provide us with a sample working project that illustrates the issue, so that we can examine it on our side under the same conditions? We will do our best to help you.
Hi,
Here it is attached.
Thanks for looking into it.
Hi,
I've reproduced this issue and forwarded it to our developers for further investigation. We will update this report once any news regarding this subject is available.
Hello,
Any news on this?
Thanks
Hello,
Our developers are working on this issue. We will update this thread once we make any progress. Your patience is greatly appreciated.