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
345
Double Click Event not fire for a cell that contains image
posted

Hi,

I am creating an application to browse images stored in my Oracle DB. I use WinGrid to show the records and display a thumbnail image on one of the cells.

I want to add a function which double click the thumbnail to show its full image. But after I added the DoubleClickCell Event, it won't fire when I click on the thumbnail.

This event works for other columns, only the thumbnail columns not work. I also tried DoubleClickRow. But the result is just the same.

Do I need to make any change on the settings to achieve this?

Adam

Parents
No Data
Reply
  • 69832
    Offline posted

    I was not able to reproduce the issue you describe here. I tried adding a column with a data typeof 'Image', assigning images to each cell, and DoubleClickCell fired regardless of where I double-clicked within the cell. If you can attach a simple sample that demonstrates the problem, we can take a look and let you know what's going on.

Children
No Data