4 Answers, 1 is accepted
0

Princy
Top achievements
Rank 2
answered on 20 Jul 2011, 05:46 AM
Hello York,
In order to achieve this, you can set the DataFormatString property as shown below.
aspx:
Thanks,
Princy.
In order to achieve this, you can set the DataFormatString property as shown below.
aspx:
<
telerik:GridBoundColumn
UniqueName
=
"Freight"
HeaderText
=
"Freight"
DataField
=
"Freight"
DataFormatString
=
"{0:##.##%}"
>
</
telerik:GridBoundColumn
>
Thanks,
Princy.
0

york
Top achievements
Rank 1
answered on 20 Jul 2011, 06:07 AM
what is ##?
0
Accepted

Jayesh Goyani
Top achievements
Rank 2
answered on 20 Jul 2011, 07:18 AM
Hi,
please check "custom number formatting" in this site http://idunno.org/archive/2004/07/14/122.aspx
Thanks,
Jayesh Goyani
please check "custom number formatting" in this site http://idunno.org/archive/2004/07/14/122.aspx
Thanks,
Jayesh Goyani
0
Accepted

Princy
Top achievements
Rank 2
answered on 20 Jul 2011, 08:43 AM
Hello York,
I recommend that you examine the following link also.
Custom Numeric Format Strings.
Thanks,
Princy.
I recommend that you examine the following link also.
Custom Numeric Format Strings.
Thanks,
Princy.