Hi,
I have an issue when first row was selected by keyboard and then selection was changed by mouse. After those action there are two highlighted rows in a grid. I've attached sample project. Steps to reproduce:
1. Select row by pressing Up/Down key
2. Select another row using mouse
3. Previously selected row stays highlighted.
Hello Anton,
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.
Thank you for your post. I have been looking into it and I can say that this behavior is expected because the firsts record is the selected one and the second one is ActiveRecord. The highlight for active and selected record are the same. The thing you can do is set the SelectionTypeRecord to None. This way you will have only ActiveRecord. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.
Attaching screenshot to this post.