This is a migrated thread and some comments may be shown as answers.

[Solved] Batch editing Globalization Bug

4 Answers 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Emmanuel
Top achievements
Rank 1
Emmanuel asked on 16 May 2011, 04:42 PM
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.

4 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 17 May 2011, 09:07 AM
Hello Emmanuel,

Indeed, you are correct in your observation. However, we have managed to address it and I have attached an internal build which contains the fix. I have updated your telerik points too.

All the best,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Emmanuel
Top achievements
Rank 1
answered on 19 May 2011, 03:38 PM
This hotfix is not working at all.

Not only does this hotfix not work, but it now renders all the Grid non-functional...in ANY language..
Please look over this new project that has been updated with the Hotfix version.

Now the problem is that no data can be saved from a batch editing if the number has a decimal.

I hope this is something that we aren't doing correctly, so please review as soon as you can to let us know what to do to resolve this issue.

Thank-you.
0
Accepted
Rosen
Telerik team
answered on 19 May 2011, 04:00 PM
Hi Emmanuel,

It seems that the build I have sent in my previous message was not up to date with the change in question. I have attached a newer version of telerik.grid.editing.js which you should use instead of the one from the previously attached build.

All the best,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Emmanuel
Top achievements
Rank 1
answered on 19 May 2011, 04:25 PM
Thank-you for the fast reply.
It works great
Tags
Grid
Asked by
Emmanuel
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Emmanuel
Top achievements
Rank 1
Share this question
or