Hello!
I use serializeArray for form.
But this function doesn't return object, which have disabled fields
I use:
But if I use:
All good.
Question: Need I get this(disaled) field by $(..[name="...]) or that I can do?
I use serializeArray for form.
But this function doesn't return object, which have disabled fields
I use:
@(Html.Kendo().IntegerTextBoxFor(m => m) .Enable(false) .Spinners(false).....@(Html.Kendo().IntegerTextBoxFor(m => m)...Question: Need I get this(disaled) field by $(..[name="...]) or that I can do?