TimeEdit - Incorrect selection in in-place mode when GridView.OptionsBehavior.AutoSelectAllInEditor is set to false
Answers approved by DevExpress Support
We have addressed the issue described in this ticket and will include a fix in our next maintenance update. Should you need to apply our fix prior to official release, you can request a hotfix here.
Note: Hotfixes may be unavailable for betas/updates set for release within a week.
- v20.2.7Download Official Update
Hi Stas,
is this problem fixed with the next minor release?
Regards
Dominik
Hello Dominik,
Currently our developers are working on this issue, however I cannot provide you with any time frames when this issue will be fixed.
Hi Stas,
any news on this topic?
Hi Dominik,
This issue isn't fixed yet. We will update the thread once we have any results.
Hi Stas,
is this still an issue in version 20.2?
Hi,
We significantly improved the mask engine in recent versions. I ran some tests in v20.2 and see that it all works as expected in regular mode. Please see the attached video1. Is this result expected?
However, I see some issues in AdvancedMode (see video2).
The problem was that the selection was broken in TimeEdit when using enter instead of arrow key in combination with the following properties:
gridView1.OptionsBehavior.AutoSelectAllInEditor = false; gridView1.OptionsNavigation.EnterMoveNextColumn = true; repositoryItemTimeEdit1.TimeEditStyle = DevExpress.XtraEditors.Repository.TimeEditStyle.SpinButtons;
This seems to be fixed in recent versions. Thanks for the quick feedback.
You're welcome. I tested this scenario and it works correctly in regular mode. However, the issue is still reproducible in AdvancedMode.