This question is locked. New answers and comments are not allowed.
Hello EveryOne,
I have a MVC grid and I use onEdit client API to desable the field CountryCode in Edit Mode
if (e.mode == "edit") {
$('#CountryCode').data('tComboBox').disable();
$('#CountryCode').addClass('t-state-disabled').attr('disabled', 'disabled');
}
The problem is that When I use TryUpdateModel with my Model I have always the field CountryCode=null.
Best Regards,
Helmi
.
I have a MVC grid and I use onEdit client API to desable the field CountryCode in Edit Mode
if (e.mode == "edit") {
$('#CountryCode').data('tComboBox').disable();
$('#CountryCode').addClass('t-state-disabled').attr('disabled', 'disabled');
}
The problem is that When I use TryUpdateModel with my Model I have always the field CountryCode=null.
Best Regards,
Helmi
.