This question is locked. New answers and comments are not allowed.
I am trying to use onDataBinding to pass in values from the view model.
This issue that I am having is trying to use e.data to pass values where the form would look like:
e.data = {PhoneNumber.AreaCode : "615"};
How do I pass this type of value to the action method of the controller?
This issue that I am having is trying to use e.data to pass values where the form would look like:
e.data = {PhoneNumber.AreaCode : "615"};
How do I pass this type of value to the action method of the controller?