All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
protected
void
RadGrid1_PreRender(
object
sender, EventArgs e)
{
if
(!IsPostBack)
(RadGrid1.MasterTableView.GetColumn(
"ExpandColumn"
)
as
GridExpandColumn).HeaderText =
"Your Text"
;
RadGrid1.Rebind();
}