minutesinterval property not working

In version 12.2.0.36 setting the minutesInterval and hourInterval properties (check code below) does not have any effect on the rendered control.

Any help would be appreciated.

    @(
   
        Html.EJ().TimePicker("Time1")
                .MinutesInterval(15)
                .HourInterval(2)
                .Value("10:00")
                .MinTime("10:00")
                .MaxTime("21:00")
    )





1 Reply

SN Sasikala Nagarajan Syncfusion Team July 23, 2014 01:03 PM UTC

Hai Ralph,

 Thank you for using Syncfusion products.

 We have tried to reproduce the reported issue with your code in sample but we are unable to reproduce it with time picker control using 12.2.0.36 version.

After selecting the hour or minute interval value on time picker, ‘Minutes Interval’ and ‘hour Interval’ steps in increment are working fine with arrow keys and with mouse scroll.

We have prepared the sample in time picker control to depict this scenario and the sample can be downloaded from the following location.

 Custom Sample

 Regards,

Sasikala Nagarajan


Loader.
Up arrow icon