Welcome Guest Search | Active Topics | Sign In | Register

Format Number in eo:Grid Options
EPC DB
Posted: Wednesday, January 18, 2012 10:43:43 AM
Rank: Member
Groups: Member

Joined: 3/4/2008
Posts: 24
I have a column described like this
<eo:TextBoxColumn Name="masterUnitCoef" Width="150" AllowSort="True" DataField="Master_Unit_Coef"
HeaderText="Master Coef" DataFormat="{0:G}" >
</eo:TextBoxColumn>

This dataFormat doesn't work, the grid is not displayed at all. If I don't set the dataformat the number 0.000001 is correctly displayed but the number 0.0000001 is displayed 1e-7.
How can I display number without scientific notation?

Regards



You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.