Compare commits
No commits in common. "a81fc649f0fabe1b9316389b9492fb1aa39891e5" and "a46a82b46654422655d3d90cbd014fd07a95a3a4" have entirely different histories.
a81fc649f0
...
a46a82b466
|
|
@ -134,13 +134,7 @@
|
|||
<CompaniesNestedUserProductMapping CurrentCompany="(TIAM.Entities.ServiceProviders.Company)context.DataItem" KeyboardNavigationEnabled="true" />
|
||||
</DetailRowTemplate> *@
|
||||
<DetailRowTemplate>
|
||||
|
||||
|
||||
@{
|
||||
List<Address> RowData = new List<Address> { ((Company)context.DataItem).Profile.Address };
|
||||
}
|
||||
|
||||
<AddressDetailGridComponent DataSource="RowData" OnAddressChanged="AddressChanged" KeyboardNavigationEnabled="true" />
|
||||
<AddressDetailGridComponent DataSource="new List<Address> { ((Company)context.DataItem).Profile.Address }" OnAddressChanged="AddressChanged" KeyboardNavigationEnabled="true" />
|
||||
</DetailRowTemplate>
|
||||
<EditFormTemplate Context="EditFormContext">
|
||||
@{
|
||||
|
|
|
|||
Loading…
Reference in New Issue