Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3790
override double click
posted

I want to use this

$( document ).dblclick( function ( e ) {}

and tat works fine anywhere on the webpage but on the igrid. I made sure not to set the edit trigger to double click. Every time I double click on a grid my even is ignored. How can I properly over ride it.

if I do this

 editCellStarting: function ( evt, ui )
                    {
                        return false;
                        ...

it works but that seem like the wrong way to do it.

Parents Reply Children
No Data