Is it possible to open a form that displays related data when I click on a cell in grid ?
For example, if I have a column called 'Expenses' in grid that displays expenses by an employee, then clicking on the cell under 'Expenses' column should open a new form or window that displays the detail breakup of the Expenses value. The grid contains other columns like Employee Name and Employee Location.
One of the problems in above scenario is that there is no cell-click event available for a grid column. There is a mouse down event, but even if I override it for a column, it fires for all other columns as well when I have not overridden mouse down event for these other columns.
*This post is locked for comments