Hi Folx,
I have two questions:
Can you help? I appreciate a quick response.
Thanx, Rob
Hello Rob,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I can suggest you handle the XamDataGrid’s RecordFilterChanged event and add the following code in its handler:
Dispatcher.BeginInvoke(new Action(() => { if ((Utilities.GetDescendantFromName(sender as DependencyObject, "PART_FocusSite") as TextBox).Text == "<Enter>") { //Do something } }), DispatcherPriority.Background, null);
Feel free to write me if you have further questions.