Posted on Jun 3, 2012 (permalink)
Reply
Posted on Jun 4, 2012 (permalink)
<
telerik:RadGrid
ID
=
"RadGrid1"
runat
"server"
AutoGenerateColumns
"false"
AutoGenerateEditColumn
"true"
onupdatecommand
"RadGrid1_UpdateCommand"
>
MasterTableView
columns
telerik:GridBoundColumn
UniqueName
"OrderID"
DataField
HeaderText
></
"EmployeeID"
</
Columns
protected
void
RadGrid1_UpdateCommand(
object
sender, GridCommandEventArgs e)
{
GridEditableItem editItem = (GridEditableItem)e.Item;
string
OrderId = (editItem[
].Controls[0]
as
TextBox).Text;
EmployeeID = (editItem[
// code to update in the values in DataBase
}
Back to Top
UI controls for ASP.NET AJAX, MVC, WPF,Silverlight, Windows 8 and Windows Phone
Cross-platform Mobile Development Toolwith cloud-based architecture
Everything you need to build sites andmobile apps with JavaScript and HTML5
One easy tool for Functional, Performance,Load and Mobile software testing
Everything for your online business - contentmanagement, ecommerce, emarketing
Simple and intuitive project managementand collaboration software