All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
<
telerik:GridEditCommandColumn
UniqueName
=
"GridEditCommandColumn"
></
>
protected
void
RadGrid1_PreRender(
object
sender, EventArgs e)
{
(RadGrid1.MasterTableView.GetColumn(
)
as
GridEditCommandColumn).EditText =
"Edit Column"
;
RadGrid1.Rebind();
}