All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
protected
void
RadGrid1_UpdateCommand(
object
sender, GridCommandEventArgs e)
{
if
(e.Item
is
GridEditableItem)
GridEditableItem edit = (GridEditableItem)e.Item;
string
id =(edit[
"ColumnUniqueName"
].Controls[0]
as
TextBox).Text;
(id ==
.Empty)
id =
null
;
}
// Code to Update id to DB