DataGrid.Click Event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I used a datagrid control to populate the data, and used DataGrid.Click or
DataGrid.DoubleClick events to handle a function. However, the event is only
fired when clicking on the NON-DATA area, i.e., if clicking on the data
cells, the event does nothing. How to get it working?

Thanks in advance
 
Additional information:

The event fired only when clicking on the border of the cell. I want that it
fires when clicking on the cell as well.
 
Back
Top