Hi,
I have a small problem that irritates me.
In a radgrid I have currency columns format set to
which in my case gives me output as 2.999,00 kr, 289,00 kr, etc.
Problem is that when I export radgrid to excel then above examples will be seen as two different formats in excel and I can't for example summarize a column since it is seen as two different formats, ex below
Reason is that my excel is having another format for amounts >= 1000 kr which is 3 233,00 kr. So how to get amounts in my excel currency format when I export radgrid? Ex as below
I tried to change to DataFormatString="{0:####,## kr} in the radgrid but that solved not my problem.
Thx in advance!
Rgds,
Jesper
I have a small problem that irritates me.
In a radgrid I have currency columns format set to
DataFormatString
="{0:C2}
which in my case gives me output as 2.999,00 kr, 289,00 kr, etc.
Problem is that when I export radgrid to excel then above examples will be seen as two different formats in excel and I can't for example summarize a column since it is seen as two different formats, ex below
203,00 |
186,00 |
3.233,00 kr |
137,00 |
213,00 |
157,00 |
173,00 |
546,00 |
751,00 |
1.750,00 kr |
1.750,00 kr |
150,00 |
Reason is that my excel is having another format for amounts >= 1000 kr which is 3 233,00 kr. So how to get amounts in my excel currency format when I export radgrid? Ex as below
203,00 kr |
186,00 kr |
3 233,00 kr |
137,00 kr |
213,00 kr |
157,00 kr |
173,00 kr |
546,00 kr |
751,00 kr |
1 750,00 kr |
1 750,00 kr |
150,00 kr |
I tried to change to DataFormatString="{0:####,## kr} in the radgrid but that solved not my problem.
Thx in advance!
Rgds,
Jesper