Hi,
When MasterTableView is Set with HierarchyLoadMode="Client" HierarchyDefaultExpanded="true", the custom edit form on DetailsTable does not load. And also all the items within that hierarchy disappear with edit button is clicked.
Can you please let me know how to load the edit form (UserControl) on child items with HierarchyLoadMode="Client" HierarchyDefaultExpanded="true" set on master tableview?
Regards,
Kalyan
When MasterTableView is Set with HierarchyLoadMode="Client" HierarchyDefaultExpanded="true", the custom edit form on DetailsTable does not load. And also all the items within that hierarchy disappear with edit button is clicked.
<
MasterTableView
GridLines
=
"None"
Width
=
"100%"
GroupLoadMode
=
"Client"
DataKeyNames
=
"Title"
AllowMultiColumnSorting
=
"True"
HierarchyLoadMode
=
"Client"
HierarchyDefaultExpanded
=
"true"
ExpandCollapseColumn-ButtonType
=
"ImageButton"
ExpandCollapseColumn-CollapseImageUrl
=
"/_layouts/images/minus.gif"
ExpandCollapseColumn-ExpandImageUrl
=
"/_layouts/images/plus.gif"
>
Can you please let me know how to load the edit form (UserControl) on child items with HierarchyLoadMode="Client" HierarchyDefaultExpanded="true" set on master tableview?
Regards,
Kalyan