All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
<
EditFormSettings
EditFormType
=
"WebUserControl"
></
>
telerik:GridButtonColumn
ButtonType
"PushButton"
Text
"Edit"
CommandName
protected
void
RadGrid1_ItemCommand(
object
sender, Telerik.Web.UI.GridCommandEventArgs e)
{
if
(e.CommandName ==
)
e.Item.OwnerTableView.EditFormSettings.UserControlName =
"UserControl.ascx"
;
}
"Edit