This question is locked. New answers and comments are not allowed.
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
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