Hello,
has you can see in this question : https://www.devexpress.com/Support/Center/Question/Details/T234004
We have used with sucess a RangeControl with a ScaleBasedRangeControlClient to make our datenavigator.
But we found a problem, a really strange problem in fact.
If you use the sample project.
set from 12 oct 2015
select 29 oct 2015
In the RangeChanged event e.Range.Minimum is 28 oct 2015 23h59:59
so the current selected date is 28 oct 2015 (we use the range min value date).
you can set from other day
1 oct 2015 -> select 18 oct 2018 -> current selected 17 oct 2015 (17 oct 2015 23h59:59)
3 oct 2015 -> select 20 oct 2018 -> current selected 19 oct 2015 (19 oct 2015 23h59:59)
The problem is on the selection of 18th day. The RangeChanged event e.Range.Minimum is equal to the 17th day at 23h59:59 and not 18th day at 00h00:00
Best regards
Hi,
We have successfully reproduced the behavior you described and passed this ticket to our developers for further research.
Please bear with us. We will notify you as soon as we make any progress.