I guess you are using EditCommandColumn as the last column in MasterTableView for editing. If so enabling/disabling can be done in the ItemDataBound event as shown below.
//tc.Enabled = false; uncomment if you wish just to disable the button
tc.Controls[0].Visible=false;
}
}
}
On the other question if you need to add certain logic when the ExpandCollapse command is executed you can handle this in the ItemCommand event for the grid.
Let me know how this works for you and if you have any other questions.
Best wishes,
Marin
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items