Hello,
I've try to change the HeaderText property into hierarchical datagrid (DetailTable) but I can't change it.
This is my code:
protected void RG1_DetailTableDataBind(object source, GridDetailTableDataBindEventArgs e)
{
switch (e.DetailTableView.Name)
{
case "DeviceID":
break;
default:
break;
}
}
I've try to change the HeaderText property into hierarchical datagrid (DetailTable) but I can't change it.
This is my code:
protected void RG1_DetailTableDataBind(object source, GridDetailTableDataBindEventArgs e)
{
switch (e.DetailTableView.Name)
{
case "DeviceID":
break;
default:
break;
}
}
Do you have others solutions?