Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<
NestedViewTemplate
>
asp:Button
ID
=
"Button1"
runat
"server"
onclick
"Button1_Click"
/>
asp:TextBox
"TextBox1"
></
</
protected
void
Button1_Click(
object
sender, EventArgs e)
{
Button button1 = (Button)sender;
GridNestedViewItem item = (GridNestedViewItem)button1 .NamingContainer;
TextBox txtbox = (TextBox)item.FindControl(
);
}