Hi telerik,
My requirement in Hierarchy grid(in child grid ) is to place a textbox in one Column ( did the Using ItemTemplete) and place a button in the footer and update all the Text box's information on clicking the footer button. I make use of FooterTemplete but it's not displaying the button in the footer.below is the code written for footertemplete.
CODE:
<
telerik:GridTemplateColumn UniqueName="TitleColumn" ItemStyle-VerticalAlign="Top" Groupable="False" ItemStyle-HorizontalAlign="Center" Reorderable="False" >
<ItemTemplate>
<asp:TextBox runat="server" ID="txtSlideTitle" CssClass="textinput" style="width: 99%" Text='<%#DataBinder.Eval(Container.DataItem, "SubSectionTitle") %>'></asp:TextBox>
</ItemTemplate>
<FooterTemplate>
<
asp:ImageButton ID="imgbtnAdd" runat="server" CommandName="Slide" onMouseOver="this.src = 'images/btn/outline_slide__over.png'"
onMouseOut="this.src = 'images/btn/outline_slide_add.png'" ImageUrl="images/btn/outline_slide_add.png" ToolTip="Slide Details " OnClick="imgbtnAdd_OnClick" />
</FooterTemplate>
</telerik:GridTemplateColumn>
awaiting for your reply.Thanks in advance.
Nagireddy
Nagireddy