Hi,
I am using SelfHierarchy within my RadGrid and would like to add Caption to my MasterTableView. When I set the caption like;
The caption is added to each details table as-well. Screen-shot is attached to see the behavior. I would like to hide caption for the details tables. How can I achieve this?
TIA.
I am using SelfHierarchy within my RadGrid and would like to add Caption to my MasterTableView. When I set the caption like;
<
MasterTableView
HierarchyDefaultExpanded
=
"false"
HierarchyLoadMode
=
"Client"
AllowSorting
=
"false"
DataKeyNames
=
"RowOrder, ParentId"
Caption
=
"Caption Goes Here"
>
TIA.