Hi,
I would like to show many numbers in the form of the following examples in big datagrids (example 1):
500000 as 500.000,00
500000,654 as 500.000,55
-500000,765 as -500.000,77
5 as 5,00
I would like to show many numbers in the form of the following examples in big datagrids (example 2):
500000 as 500.000
500000,654 as 500.001
-500000,765 as -500.001
5 as 5
I would like to show many numbers in the form of the following examples in big datagrids (example 2):
500000 as 500.000
500000,654 as 500.000
-500000,765 as -500.000
5 as 5
I tried it with fast loops extension without ful success and I would like to have a solution without fast loops extension. Is it possible?
Regards, Herbert