This is a migrated thread and some comments may be shown as answers.

Expand Collapse child grid row - Double Icon

0 Answers 21 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sameers
Top achievements
Rank 1
Sameers asked on 14 Feb 2018, 12:24 PM

Hi,

    Does telerik support expand/collapse child views?

    I tried to add one, but it either shows no icon for expand/collapse all rows, or double icon. see attached.

    Below is the code I am using

 

<telerik:RadGrid ID="grdMain" runat="server" GridLines="None" EnableAJAX="true" EnableAJAXLoadingTemplate="true"
PageSize="50" AllowMultiRowSelection="true">
<ExportSettings>
<Pdf PageBottomMargin="" PageFooterMargin="" PageHeaderMargin="" PageHeight="11in"
PageLeftMargin="" PageRightMargin="" PageTopMargin="" PageWidth="8.5in" />
</ExportSettings>
<ClientSettings Selecting-AllowRowSelect="true" />
<MasterTableView AllowPaging="True" DataMember="Master" AutoGenerateColumns="False"
AllowSorting="True" HierarchyLoadMode="Client" Name="MainTable" EnableHierarchyExpandAll="true">
<ItemStyle BackColor="White" />
<AlternatingItemStyle BackColor="#F2F2F2" />
<Columns>
<telerik:GridExpandColumn />

......Rest of the columns code

Please suggest if there is a way to hide the additional expand/collapse icon

thank you

 

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Sameers
Top achievements
Rank 1
Share this question
or