UltraWinGrid Designer

  • Thread starter Thread starter Andreas_Lodde
  • Start date Start date
A

Andreas_Lodde

Hello,

is it possibile to setup a format for columns with the UltraWinGrid
designer. I would like to display numbers in a column with a thousand
separator and to two positions after the point (x,xxx.xx = e.g.
1,345.99 or 0.99 ).

Thanks for your help!
 
Hello,

is it possibile to setup a format for columns with the UltraWinGrid
designer. I would like to display numbers in a column with a thousand
separator and to two positions after the point (x,xxx.xx = e.g.
1,345.99 or 0.99 ).

Thanks for your help!


You have exactly what you were asking for - there is infact a "Format"
property which can be set for every column in the grid's designer :-))

In case you are searching for format expressions, here's a nice
article:
http://blog.stevex.net/index.php/string-formatting-in-csharp/

Cheers,
Philipp
 
Back
Top