We want to integrate the "Add new Entry" in our WPF/Client-Server Apllication. We have finished the implemantion via Virtualisation of the the DataGrid-Data`(community Editon).
Now we can add a new entry but we cannot select them until the Grid is refreshed. In the meanwhile we set a timer of 2 sec. wait after the insert before we execute "MoveCurrentTo".Is their a Event that fired if the refresh is finished?
If we execute "MoveCurrentTo" then the SelectedItem of dataGrid is not updated. Is implemetet that to sync "MoveCurrentTo" and the SelectedItem
Now we can add a new entry but we cannot select them until the Grid is refreshed. In the meanwhile we set a timer of 2 sec. wait after the insert before we execute "MoveCurrentTo".Is their a Event that fired if the refresh is finished?
If we execute "MoveCurrentTo" then the SelectedItem of dataGrid is not updated. Is implemetet that to sync "MoveCurrentTo" and the SelectedItem