I am using Subgrid (NestedTemplate) inside a Radgrid. As per the current design, ">" image is displaying for expand/collapse when we want see the subgrid content.
Is it possible to replace that ">" image with "View" text instead as a Linkbutton.
One solution is hide the ExpandColumn of RadGrid and add one GridTemplateColumn with LinkButton in ItemTemplate. Set the CommadName of LinkButton as 'ExpandCollapse' which toggles the expanded state of the child items.