C# datagrid click position
- by user1112111
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.