Hi,
I'm using wingrid and I want to display number's in their scientific format. When I write for example 10E2, it's automatically displyed as 10000 and I don't want this behavior. Is it possible to avoid this and let cell display 10E2?
Thanks
Set the Format property on the column to "E". Use "E5" if you want to round to 5 significant numbers.
Hi ,
Could you please give more explanation?
I have set this property to "E", nothing changes. Is it e.Cell.Column.Format="E" ?
Thanks.