ASP.Net MVC View Model Conflicts Best to Deal With?
Hello all,
So this is something common that comes up. I have a view model being passed to my Razor View called CustomerSchedule. In that view model there is CustomerID that when coming into that view if I placed a EditorFor I see the Customer ID number. Further down the view I have a kendo grid that is bound to another view model called CustomerFees. In that view model I also have a field called the same property name CustomerID. In that grid I pass to an action Model.CustomerID which usually would take the higher level View Model property in no issues. Problem is no matter what I do that Model property is coming up 0 every time. I even tried using JQuery to get at the property and it's still 0 but the EditorFor is showing the ID number. Any idea how to best deal with this? I was trying a partial view as well not sure if that would work etc.
ASP.NETC#
Last Comment
sbornstein2
8/22/2022 - Mon
Ioannis Paraskevopoulos
Hi,
I think you should post the relevant parts of your view.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
I think you should post the relevant parts of your view.
Giannis