如题:

解决方案 »

  1.   

    CellClick   在单元格的任何部分被单击时发生 
    CellMouseClick 在用户用鼠标单击单元格中的任何位置时发生。
    CellContentClick  点在列内容里 
    看看msdn
      

  2.   

    CellClick  在单元格的任何部分被单击时发生 
    CellMouseClick 在用户用鼠标单击单元格中的任何位置时发生。 
    CellContentClick  点在列内容里 这个我也知道,但前两个好像意思都差不多,我试过好像也看不出有什么区别...不过我想一定是有区别的,否则也不会是两个不同的事件第三个事件当我单击cell内容时,有时触发它,有时却没反应,为什么?
      

  3.   

    CellContent,顾名思义,要点击到“内容”上才有反应内容,就是单元格内的字符串、数字等。
      

  4.   

    楼主正解。我今天也碰到这个问题了。好像是个bug。
      

  5.   

    The CellClick event does not receive information about the mouse position. If the event handler needs information about the mouse position, use the CellMouseClick event.
      

  6.   

    我也出现这个问题
    CellContentClick有时候可以响应,不过用了CellClick 就没问题了,不知道是什么原因