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
1080
ultraGrid_DoubleClick little problem
posted

Hello. I have a function on double click which opens new form. The problem is if I double click arrow on grid's scroll bar, or if I double click scroll bar,  it activate that function. I want this form to open just on double click empty area. Is there any solution for this ?

Parents
  • 4940
    Offline posted

    Are you trying to open a new form when the user double clicks a cell or row? If so, you could use the DoubleClickCell event of the UltraGrid to process the request. Using the DoubleClick event of the control would mean that anywhere you double click on the UltraGrid will fire that event.

Reply Children