bleh
This commit is contained in:
parent
b25f4f40c4
commit
205c3aabd6
|
|
@ -134,7 +134,13 @@
|
|||
<CompaniesNestedUserProductMapping CurrentCompany="(TIAM.Entities.ServiceProviders.Company)context.DataItem" KeyboardNavigationEnabled="true" />
|
||||
</DetailRowTemplate> *@
|
||||
<DetailRowTemplate>
|
||||
<AddressDetailGridComponent DataSource="new List<Address> { ((Company)context.DataItem).Profile.Address }" OnAddressChanged="AddressChanged" KeyboardNavigationEnabled="true" />
|
||||
|
||||
|
||||
@{
|
||||
List<Address> RowData = new List<Address> { ((Company)context.DataItem).Profile.Address };
|
||||
}
|
||||
|
||||
<AddressDetailGridComponent DataSource="RowData" OnAddressChanged="AddressChanged" KeyboardNavigationEnabled="true" />
|
||||
</DetailRowTemplate>
|
||||
<EditFormTemplate Context="EditFormContext">
|
||||
@{
|
||||
|
|
|
|||
Loading…
Reference in New Issue