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
1435
xamDataGrid Cell focus issue
posted

Hello,

I have a xamDataGrid that have cell focus issue after data source refresh. It looks like the cell have focus but in fact it is an illusion.

To demonstrate the issue I have attached a Sample Project

Once you start the project:

1. Modify any cell and that will enable the save button.

2. Click save and the cursor will jump randomly to a different cell.

3. Try to modify the cell that have the focus

You would notice that the save button would not enable until you leave the cell and double click it and then modify it again.

If I default the ActiveDataItem property after the save to the CarCollection index Zero, no focus issue if the data grid have more that one record.

However, if it have 1 record, I would get the weird focus issue behavior.

Hitting the Escape key should exit out of the cell but not in this case.

Q : How can I get rid of this illusion ?

Please use Infragistics dlls version 16.1.

Thank you