<
telerik:RadEditor
ID
=
"re1"
runat
=
"server"
Skin
=
"Office2010Silver"
Width
=
"98%"
Height
=
"200px"
TabIndex
=
"10"
ToolsFile
=
"~/Content/toolbarContent.xml"
EditModes
=
"Design, HTML"
ContentAreaCssFile
=
"~/Content/cssEditorGray.min.css"
ToolbarMode
=
"Default"
StripFormattingOptions
=
"MSWordRemoveAll"
/>
<
CommandItemTemplate>
<div style="text-align:left; padding-bottom:8px; float:left;">
<asp:Label ID="lblCompanyDetailReport" runat="server" Text="Company Detail Report" Visible="false" Font-Italic="true" Font- Names="Verdana" Font-Size="10px"></asp:Label><br />
<asp:Label ID="lblFilterSetting" runat="server" Visible="false" Font-Italic="true" Font-Names="Verdana" Font- Size="8px"></asp:Label>
<asp:Label ID="lblDateRange" runat="server" Visible="false" Font-Italic="true" Font-Names="Verdana" Font- Size="8px"></asp:Label>
</div>
</CommandItemTemplate>
When I export my data, it puts the CommandItemTemplate data above the first radgrid column only. I would like it to extend as far as it needs. Is this possible?
Also, the exported RadGrid columns are fixed widths (i.e. the total space is divided equally among all columns). Is it possible to specify widths for each column?
I appreciate any help you can provide!
Matt