Hi
how do i get the value of a column in Edit linkbutton click.
<telerik:GridTemplateColumn DataField="Edit" UniqueName="Edit" SortExpression="Edit"
HeaderText="Edit">
<HeaderTemplate>
Edit</HeaderTemplate>
<ItemTemplate>
<asp:LinkButton ID="lbEdit" runat="server" Font-Underline="True" ForeColor="Black"
Text="Edit" OnClick="OpenPopup"></asp:LinkButton></ItemTemplate>
</telerik:GridTemplateColumn>
OpenPopup() - this is function i have written in code behind and here i wanted to get the cell text of first cell(Name column)
Thanks
San
how do i get the value of a column in Edit linkbutton click.
<telerik:GridTemplateColumn DataField="Edit" UniqueName="Edit" SortExpression="Edit"
HeaderText="Edit">
<HeaderTemplate>
Edit</HeaderTemplate>
<ItemTemplate>
<asp:LinkButton ID="lbEdit" runat="server" Font-Underline="True" ForeColor="Black"
Text="Edit" OnClick="OpenPopup"></asp:LinkButton></ItemTemplate>
</telerik:GridTemplateColumn>
OpenPopup() - this is function i have written in code behind and here i wanted to get the cell text of first cell(Name column)
Thanks
San