Bug Report T281775
Visible to All Users

ASPxFileManager - The client-side "ItemRenamed" event does not fire

created 10 years ago

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()
JavaScript
function FileManagerEventHandler(e, eventName) { alert("Event " + eventName + " fired"); }

Could you please help?

Thanks
Rodrigue

Show previous comments (2)
Anthony (DevExpress Support) 10 years ago

    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

      DevExpress Support Team 10 years ago

        Hello,

        Our developers are working on this issue. We will update this thread once we make any progress. Your patience is greatly appreciated.

        Answers approved by DevExpress Support

        created 9 years ago

        We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

        Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.