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
55
XamGrid button column click
posted

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

 

 

 

XamGridSample.zip
Parents
  • 175
    Offline posted

    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.

Reply Children
No Data