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
4970
XamGrid CellDoubleClick event not fired up at first double click
posted

I have 2 user control with exactly same xamgrid setting like:

 <XamGrid x:Name="mygrid"
    ItemsSource="{Binding DataList,Mode=TwoWay}"        
    CellClicked="mygrid_CellClicked"
    RowSelectorClicked="mygrid_RowSelectorClicked"                                                               
    CellDoubleClicked="mygrid_CellDoubleClicked">
....
 </XamGrid>

one is fine, but one is not working properly:

CellDoubleClicked not fired up at first double click on a row. Need to click on the row firstly, then double-click on the row again, then CellDoubleClicked will be fired.

Can't figure it out. Help please.

  • 35319
    posted

    Hello,

     

    I am just checking if you require any further assistance on the matter.

  • 35319
    posted

    Hello,

     

    Thank you for your post. It is very strange behavior and I cannot reproduce it on my side. Is it possible to attach a sample application with your user control which double click event is not working as expected or with the both of them in order to investigate this issue ?

     

    Looking forward to hearing from you.