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

[Solved] Grid in TabStrip, Globalization/Localization problem

1 Answer 91 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.
Michal
Top achievements
Rank 1
Michal asked on 26 Jul 2011, 10:00 AM
Hi,
I have the TabStrip with content loaded via Ajax and PartialView (LoadContent method). In the PartialView in this tab is Grid with Ajax binding(Select,Update,Delete,Insert). Everything works ok, TabStrip is rendered, Grid is renderid, data are loaded. BUT, the globalization/localization does not work. In asax file is defined culture for thread, Grid is localized, I mean the navigation,buttons etc. BUT the validation NOT! I need not US Date Format. Grid displays Date in US format and also validation by inserting and updating faild becouse of US format! Also by editing is not the date value in DatePicker loaded. I think is becouse of the date format.

I tried it with Calendar component, If it is in main page, everything is ok, in partial view ok, in the tabstrip also ok, in the tabstrip with HTML.Partial() in content also ok, but in tabstrip in partialview via LoadContent method NOT(the same problem as with grid, calendar was not localized)!

In the ScriptRegistrar is globalization eneabled!

Please can somebody help me?
PS: Sorry for my english, I hope you can understand me

1 Answer, 1 is accepted

Sort by
0
Raffaele Bafunno
Top achievements
Rank 1
answered on 06 Mar 2012, 06:56 PM
Hello everybody,
I have the very same problem using a DatePicker inside tabstrip in a partial view.
Maybe someone can help us both...

Thanks in advance
Tags
Grid
Asked by
Michal
Top achievements
Rank 1
Answers by
Raffaele Bafunno
Top achievements
Rank 1
Share this question
or