The default command template on the RadGrid works well for me with the Sunset skin. However, I do need to add to it. I'm looking for code that gets me the default Sunset skinned Command Bar as a CommandItemTemplate. Below is my grid with the command settings I need. Attached is a screen shot.
<telerik:RadGrid ID="RadGrid1" runat="server" GridLines="None" Width="100%" Skin="Sunset" AutoGenerateColumns="false" AllowPaging="true" AllowSorting="True" MasterTableView-ShowHeadersWhenNoRecords="true" MasterTableView-CommandItemSettings-ShowExportToCsvButton="true" MasterTableView-CommandItemSettings-ShowExportToExcelButton="true" MasterTableView-CommandItemSettings-ShowExportToWordButton="true" MasterTableView-CommandItemSettings-ShowRefreshButton="false" ShowStatusBar="true" ShowFooter="true" OnNeedDataSource="RadGrid1_NeedDataSource" OnDetailTableDataBind="RadGrid1_DetailTableDataBind">...</telerik:RadGrid>