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
if
(e.Item
is
GridEditFormItem && e.Item.OwnerTableView.IsItemInserted)
{
GridEditFormItem editform = (GridEditFormItem)e.Item;
TextBox txt1 = (TextBox)editform.FindControl(
"TextBox1"
);
string
edit = txt1.Text;
}
<
telerik:GridTemplateColumn
HeaderText
=
"Price"
>
EditItemTemplate
asp:TextBox
ID
runat
"server"
Text='<%# Eval("EmployeeID") %>'></
</