1
0
-1

I have customize grid UI using JS and grid store binder to save rows. While edit and submit in firefox brower, it works  but in chrome its not calling store binder.

 

Please help me!

  1. panda

    i think you need to provide more detail like your sample app and customised script to help other to help you.

CommentAdd your comment...

2 answers

  1.  
    1
    0
    -1

    Before and after trigger click in JS listener  we need to call event.stopPropagation() and event.preventDefault() 

    which is fixed my issue

      CommentAdd your comment...
    1.  
      1
      0
      -1

      Hi, if it works in Firefox and not Chrome then most likely there is some incompatible javascript. You can check the Chrome Developer Tools console to see what the error is and handle accordingly.

      1. Ranjith

        Yes i tried to check log and didn't get any error message. Even submit action triggered.

      2. Ranjith

        ?_action=submit&OWASP_CSRFTOKEN=G74G-ARNC-4N6B-JX6J-X9VA-0K57-IQD6-UR8D

      CommentAdd your comment...