Hi,
Seems a simple case, but could not get it run properly.
In the XamGrid we display records, the last column represent a button by click it active row become to edit mode.
The problem I faced is that the click event on button doesn't work, only double click triggers click event. Played around with different EditingSettings without any success.
(of course as a workaround I can use PreviewMouseDown event but this as last)
Did I miss something?
I have attached small sample project.
Version: IG 2011.2
Unfortunately this is a problem with the Grid Control, the first click makes the cell active and the second one is received by the cell content.
Check Box column has the same behaviour problem, Try will manually triggering the event when the cell is active.
2012.1 Doesn't seem to have this problem