Update to 13.3.0.7 strange behaviour
Attachment: Syncfusion_Update_b8fcaaf6.zip
Hi Rob,
Thanks for contacting Syncfusion support.
We were unable to reproduce the issue at our end. We have created the samples for the control version 13.3.0.7 using NuGet packages and our controls are working. While specifying the e-value attributes, the value is properly applied to the DatePicker component. We have prepared a sample to showcase the solution. You can download it from the following location,
Sample Location: Datepicker Sample
If you still face any difficulty, please send the provided sample back changed according to your requirement along with the replication procedure to reproduce the issue at our end. This would be helpful to analyze this problem and provide a solution at the earliest.
Regards,
Saravanan A J
Attachment: Datepicker_Sample_5c0acc74.zip
Hi Rob,
Thanks for your update.
We have included the fixes for the above reported issues in our latest version. We have fixed the issue internally only. We will include this fix in our upcoming Vol-3 2015 SP-2 release which is expected to be roll out at the end of November 2015.
Regards,
Saravanan A J
Hi Rob,
Saravanan A J
<div ng-controller="DatePickerCtrl">
<button ng-click="setDatePickers()">Set 5 Date Pickers and Numeric Textboxes with e-value set</button>
<ul>
<li ng-repeat="item in collection">
<div>
<span>Select Show Date </span>
<div>
<input ej-datepicker e-value="dateValue" e-locale="locale" e-strictmode="true" />
<input ej-numerictextbox e-value="numberValue" e-minvalue="1" e-maxvalue="99" />
</div>
</div>
</li>
</ul>
<button ng-click="setDatePickers2()">Set 5 Date Pickers and Numeric Textboxes with e-value not set</button>
<ul>
<li ng-repeat="item in collection2">
<div>
<span>Select Show Date </span>
<div>
<input ej-datepicker e-locale="locale" e-strictmode="true" />
<input ej-numerictextbox e-minvalue="1" e-maxvalue="99" />
</div>
</div>
</li>
</ul>
<script type="text/javascript">
angular.module('syncApp', ['ejangular'])
.controller('DatePickerCtrl', function ($scope) {
$scope.collection = [];
$scope.collection2 = [];
$scope.dateValue = "2/3/2013";
$scope.numberValue = 10;
$scope.locale = "en-GB";
$scope.collection = [1, 2, 3, 4, 5];
}
$scope.setDatePickers2 = function () {
$scope.collection2 = [1, 2, 3, 4, 5];
}
});
</script>
</div>
</div>
#control .e-datewidget, #binding .e-datewidget {
width: 70%;
}
</style>
Hi Rob,
We have already created a support incident to track the status of this defect and to get the patch under your account. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents
Regards,
Sasikala Nagarajan
- 6 Replies
- 3 Participants
-
RO Rob ONeill
- Nov 4, 2015 04:47 PM UTC
- Jan 4, 2016 11:52 AM UTC