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
2012.1 Doesn't seem to have this problem
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.
Just accidentally got it working. You need to wrap button into any container control - Stack or Dock panel for example.
Closed.
I was rather too quick... This was a wrong conclusion.
So, the problem is still open.