Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Programmatically Simulate Clicks Over a XamDataGrid's Cell
posted

i wish to programatically  Left Click or Right Click on a particular cell of a grid. 

The behaviour i expect is one that would be same as manually clicking on it.

The grid is already setup to handle the mouse clicks.

Any help appreciated, and if the solution has sending a MouseEventArgs event that would be great. 

eg:) if the cell has data, it should enter the edit mode, and if it has a button, with a callback, that should be called, if its a right click the context menu should be displayed. Thanks.