Bug Report T340823
Visible to All Users

WEB - Inline Edit Action does not work in 15.2.5 in Firefox

created 9 years ago (modified 9 years ago)

Hello,

Inline Edit Action does not respond to click. The following JavaScript error occurs:

ReferenceError: event is not defined.

JavaScript
dxo.CustomButtonClick.AddHandler( function(s, e) { if(!s.XafGridViewUpdateWatcherHelper || s.XafGridViewUpdateWatcherHelper.CanProcessCallbackForGridAction(e.buttonID)){ event.cancelBubble = true; var index = e.visibleIndex - s.pageRowCount * s.pageIndex; var postBackArgument = 'XafAction:' + e.buttonID + ':' + s.stateObject.keys[index]; var confirmationMessage = s['cpCnfrm_' + e.buttonID][e.visibleIndex]; var isPostBackRequired = s['cpPostBackRequired_' + e.buttonID]; RaiseXafCallback(globalCallbackControl, 'Vertical$v1_29573584$LE_v1', postBackArgument, confirmationMessage, isPostBackRequired); } });
Show previous comments (13)

    Thank you very much for the hint, about the Controller, it works, also with Firefox, great!!!

      Hello,

      The application throws exception when I include the attached controller.

      Anatol (DevExpress) 9 years ago

        Thank you. We did not take this scenario into account. I have updated the controller to support it.

        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.