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
No Data
Reply
  • 25665
    Offline posted

    Hello seang,

    Thank you for contacting Infragistics. It looks like the entering of edit mode is interfering with your double click event. I have some questions concerning this matter. What are you trying to achieve with the double click event? What is the condition you want entering of edit mode to occur? 

Children