Hello,
I have a RadGrid which has GridNumericColumns declared like this:
It displays perfectly when in edit mode. It adds thousand separator. But, when Grid is in View mode, then it shows numeric value without thousand separator.
Is there quick and easy way to show thousand separator when grid is in view mode?
The same question would be for displaying numeric values in Chart series and axis when using Telerik.Reporting
Thanks
Tadas
I have a RadGrid which has GridNumericColumns declared like this:
<
telerik:GridNumericColumn
DataField
=
"Feb"
DataType
=
"System.Int32"
HeaderText
=
"Feb"
DecimalDigits
=
"0"
EditFormColumnIndex
=
"0"
SortExpression
=
"Feb"
UniqueName
=
"Feb"
FilterControlWidth
=
"50px"
>
<
HeaderStyle
Width
=
"80px"
/>
</
telerik:GridNumericColumn
>
It displays perfectly when in edit mode. It adds thousand separator. But, when Grid is in View mode, then it shows numeric value without thousand separator.
Is there quick and easy way to show thousand separator when grid is in view mode?
The same question would be for displaying numeric values in Chart series and axis when using Telerik.Reporting
Thanks
Tadas