or
<telerik:GridNumericColumn DataField="TestDecimalField" HeaderStyle-Width="80px" HeaderText="Columna decimal" SortExpression="TestDecimalField" UniqueName="TestDecimalField" DataType="System.Decimal" DataFormatString="{0:###,##0.00}" FilterControlWidth="50px"></telerik:GridNumericColumn> |
Hi,
I have a RadEditor that is created at runtime. Its forecolor and background fill doesn't response.
How to get it work? Do I have to reference RadEditor to RadEditorContenArea.CSS?
Thanks,
D.
<
GroupFooterTemplate
>
Total Refund Amount:
<
asp:Label
runat
=
"server"
ID
=
"lblTotalSum"
Text='<%# Eval("RefundAmount") %>'></
asp:Label
>
Total Count:
<
asp:Label
runat
=
"server"
ID
=
"Label1"
Text='<%# Eval("Id") %>'></
asp:Label
>
</
GroupFooterTemplate
>