All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
protected
void
myRadGrid_ItemCommand(
object
sender, GridCommandEventArgs e)
{
if
(e.CommandName == RadGrid.ExportToExcelCommandName)
RadGrid1.MasterTableView.HierarchyDefaultExpanded =
true
;
}