Hi Pelle,
You can use the following approach to achieve this requirement:
That should do the trick. Please give it a try and let me know if it works for you.
Regards,
Eyup
Telerik
You can use the following approach to achieve this requirement:
protected
void
RadGrid1_DataBinding(
object
sender, EventArgs e)
{
foreach
(GridColumn col
in
RadGrid1.MasterTableView.RenderColumns)
{
if
(col.UniqueName ==
"ShipName"
)
{
col.HeaderText =
"Success"
;
}
}
}
That should do the trick. Please give it a try and let me know if it works for you.
Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items