Hi, When I touch one record of the Xdg, the TouchDown event does not select or activated the record below.
How could I select and activate the record below the touch on the touchDown/Up events (using binded propoerties (mvvm approach)) ?
Thanks.
Jérôme.
Hello Jérôme,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Hi, I'll let you know as soon as possible.
I've have not the device to test that at the moment.
Hello,
Hi, after a while I'm back on that.
I join your sample with touchDown & touchUp events that open a MessageBox.
We can see that the touch events are fired before the selected or activated row is been updated.
Could we have any TouchDownOnRecord Event in the Xdg ?
Re-thanks.
Thank you for your post. I have been looking into it and I can suggest you use the XamDataGrid’s ActiveDataItem Property in order to be able to track the active Record. In the following forum thread it is shown how to do so:
http://es.infragistics.com/community/forums/p/75461/381944.aspx
Hope this helps you.
Hi, thanks for the suggestion.
Finally, the "OnRecordActivated" on the XamDataGrid solve my problem for any kind of interaction with the grid (click, keyboard, and mouseDown/Up).
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.