You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i first load the grid and click on the row its works but after click on the second row $inputFrom.change function throw erorr i.e, $inputFrom was not an function, please suggest whats an issue?
editTemplate: function (value) {
debugger;
var $inputFrom = jsGrid.fields.timeField.prototype.editTemplate.call(this, value);
$inputFrom.change(function () {
var selectedValue = $(this).val();
validFrom2 = selectedValue;
});
return $inputFrom;
}
The text was updated successfully, but these errors were encountered:
when i first load the grid and click on the row its works but after click on the second row $inputFrom.change function throw erorr i.e, $inputFrom was not an function, please suggest whats an issue?
editTemplate: function (value) {
debugger;
var $inputFrom = jsGrid.fields.timeField.prototype.editTemplate.call(this, value);
$inputFrom.change(function () {
var selectedValue = $(this).val();
validFrom2 = selectedValue;
});
return $inputFrom;
}
The text was updated successfully, but these errors were encountered: