Name of the Repository = ComplexGrid1
there are 2 project folders:
- ComplexGrid
- ComplexGrid1
- ComplexGrid has an editor template for the "LocationViewModel" inside the "DepartmentViewModel"
- ComplexGrid1 has an editor template for the "LocationId" inside the "DepartmentViewModel"
both projects cannot bind data from the editor template towards the "DepartmentViewModel" in edit or create.
Updated
- Fixed -> binding of complex object to new/edit record
- Fixed -> binding of integer to new/edit record -> 0 value shown as text when new record is added