Title: datetimebox creation Post by: amir-t on August 28, 2014, 01:47:01 AM hey,
the creation of an empty(with no events or formatters) datetimebox take around 100 miliseconds as you can see in the following fiddle: http://jsfiddle.net/kmqg8r8r/1/ is there somthing we can do? thx :) Title: Re: datetimebox creation Post by: eliraz on September 01, 2014, 10:32:44 AM i inspected easy ui code and found out that when they create dateTimeBox thay create the calendar,spinner and the time box before we pressed the button to show to calendar.
if they will create this on demand only when user click the calendar button the performance is improved to 20ms instead of ~100ms. i have made this change and it works, if one of the developers will contacts me in private i will send you the modified code for you to observe :) tnx in advanced eliraz. |