[CLOSED] CellContentClick Event in DataGridView

Closed
0
0

Hi,

CellContectClick event is not available. Will it be implemented?

Enjoy your weekend.

Build 1.2.26.0.

Thanks.

  • Christian Programmer
    Visual Web GUI Gizmox implemented event CellContentClick WiseJ Implements event CellClick . Nice clean summary for those looking and didn’t try IntelliSense (like me)
  • You must to post comments
0
0

Hi Luca,

I think, there’s no too much difference between the two except the in CellContentClick, you must really click the actual content of the cell while in CellClick, anywhere in the cell will fire the event.

Actually, I don’t have any specific need for a CellContentClick though that’s what I am using in my existing project. I can just change it to CellClick and revised my T4. I just wanted to call your attention about the absence of the event.

Thank you,

Diego

  • You must to post comments
0
0

Hello Diego,

My apologies for ignoring this question. We don’t have CellContentClick because frankly it was hard to understand the different with CellClick. In Winforms it basically fires every time. Also with Wisej the content of a cell can be anything, including custom HTML.

Let me know if you have a specific use case and I can see if we have a solution or if we need to add this event and how.

Best,

Luca

  • You must to post comments
Showing 2 results