C# datagrid click position

Posted by user1112111 on Stack Overflow See other posts from Stack Overflow or by user1112111
Published on 2010-03-22T14:21:00Z Indexed on 2010/03/22 14:51 UTC
Read the original article Hit count: 553

Filed under:
|
|

Hi,

Does anybody know how can I determine where the user clicked in a DataGrid control ? I'm using .NET CF with Windows Mobile 6. What I need to know is whether the user clicked on the selected cell or on an empty area (not covered by columns or rows). Is there a way to retrieve it from EventArgs ?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about datagrid