Hi,
I'd like to use my custom commanditem template with details tables in a hierachy view like this sample:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/commanditem/defaultcs.aspx.
How can I set the visibility of my commanditem buttons for the detailtables? Sample uses e.g. <%# RadGrid1.EditIndexes.Count = 0 %>. But this is not applicable with detailtables.
I'd like to use my custom commanditem template with details tables in a hierachy view like this sample:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/commanditem/defaultcs.aspx.
How can I set the visibility of my commanditem buttons for the detailtables? Sample uses e.g. <%# RadGrid1.EditIndexes.Count = 0 %>. But this is not applicable with detailtables.
| <asp:LinkButton ID="btnEditSelected" runat="server" CommandName="EditSelected" Visible='<%# RadGrid1.EditIndexes.Count = 0 %>'><img style="border:0px;vertical-align:middle;" alt="" src="Images/Edit.gif" />Edit selected</asp:LinkButton> |