1. #1
    Ext User
    Join Date
    Sep 2008
    Posts
    64
    Vote Rating
    0
    gersonczjr is on a distinguished road

      0  

    Default how cancel event in grid

    how cancel event in grid


    i have a grid and want cancel events from grid.. How can i do it?
    for example my grid have checkbox and when the user click on cell of grid that are different of checkboxs the other checkbox are un checked.
    Thx

  2. #2
    Ext User zhegwood's Avatar
    Join Date
    Dec 2007
    Location
    Boulder, CO Suburbia (Lafayette)
    Posts
    388
    Vote Rating
    1
    zhegwood is on a distinguished road

      0  

    Default


    Do you want to completely unregister the event or do you want to stop the bubbling to parent objects?

  3. #3
    Ext User
    Join Date
    Sep 2008
    Posts
    64
    Vote Rating
    0
    gersonczjr is on a distinguished road

      0  

    Default


    I solved the problem with that solution:
    http://extjs.com/forum/showthread.ph...d=1#post276033
    thx a lot. the solution is great

    Quote Originally Posted by zhegwood View Post
    Do you want to completely unregister the event or do you want to stop the bubbling to parent objects?