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
|