Hi
If I use an EditFormTemplate within RadGrid with a non-English culture connected to an ObjectDataSource I cannot update values of decimal type.
The error message I recieve is as follows:
Cannot convert value 3,45 to type Decimal.
The problem (as far as I can see) is that the RadGrid ignores the culture settings that I have set for my asp.net page.
Instead of 3,45 RadGrid awaits 3.45.
I didn't find a property like Culture within RadGrid to finetune this process.
Can you please help me out ?
Thanks.
If I use an EditFormTemplate within RadGrid with a non-English culture connected to an ObjectDataSource I cannot update values of decimal type.
The error message I recieve is as follows:
Cannot convert value 3,45 to type Decimal.
The problem (as far as I can see) is that the RadGrid ignores the culture settings that I have set for my asp.net page.
Instead of 3,45 RadGrid awaits 3.45.
I didn't find a property like Culture within RadGrid to finetune this process.
Can you please help me out ?
Thanks.