This question is locked. New answers and comments are not allowed.
The problem is as follows:
Telerik is set to .Globalization(true).
When the user changes the Language to French, the data in the Grid is all in the correct Format.
When the user start editing data, and clicks on save, the data that is edited is sent in the correct format set in the Globalization (in this case French) HOWEVER, the data columns in the same row are sent as INVARIATE format (with decimals...)
This is a very big issue for us as we have MANY Batch editing grids and MANY French and English customers.
I have attached a project to reproduce the issue.
How to reproduce:
1. Go to http://localhost:2114/Test
2. Select French link at the top of the Grid.
3. Open FireBug (or somthing similar to view the contents of the Post)
4. Edit one of the columns
5. Save the changes
6. Look at the content of the Post
Notice that all the rows in the column are sent as Invariate (English format), and the one edited is sent as the correct French Format.
Attached is a screen showing the post contents and the project to reproduce.
Thank-you.
Telerik is set to .Globalization(true).
When the user changes the Language to French, the data in the Grid is all in the correct Format.
When the user start editing data, and clicks on save, the data that is edited is sent in the correct format set in the Globalization (in this case French) HOWEVER, the data columns in the same row are sent as INVARIATE format (with decimals...)
This is a very big issue for us as we have MANY Batch editing grids and MANY French and English customers.
I have attached a project to reproduce the issue.
How to reproduce:
1. Go to http://localhost:2114/Test
2. Select French link at the top of the Grid.
3. Open FireBug (or somthing similar to view the contents of the Post)
4. Edit one of the columns
5. Save the changes
6. Look at the content of the Post
Notice that all the rows in the column are sent as Invariate (English format), and the one edited is sent as the correct French Format.
Attached is a screen showing the post contents and the project to reproduce.
Thank-you.