This is a migrated thread and some comments may be shown as answers.

[Solved] lose Data with Attribute Disabled

0 Answers 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Helmi
Top achievements
Rank 1
Helmi asked on 08 Jan 2013, 05:11 PM
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

.
Tags
Grid
Asked by
Helmi
Top achievements
Rank 1
Share this question
or