R
Rolf Welskes
Hello,
If I have a simple GridView which has in its data a decimal -type and the
page is German Culture the following happens:
I edit a row, click update-button in GridView, exception.
The exception is that the decimal ist for example 12, 15 instead 12.15
If I set to en-culture and have default point as separator and so do not use
for example 12,15 but only 12.15 all works fine.
Seems, that the Parse function when updating does not recognize the correct
NumberFormatInfo from the setted Culture.
Any help would be fine.
Thank you.
Rolf Welskes
If I have a simple GridView which has in its data a decimal -type and the
page is German Culture the following happens:
I edit a row, click update-button in GridView, exception.
The exception is that the decimal ist for example 12, 15 instead 12.15
If I set to en-culture and have default point as separator and so do not use
for example 12,15 but only 12.15 all works fine.
Seems, that the Parse function when updating does not recognize the correct
NumberFormatInfo from the setted Culture.
Any help would be fine.
Thank you.
Rolf Welskes