Hi Fred,
The OnNeedDataSource event seems to be too late in the page's life cycle and that is why the culture is changed on the second postback. I would suggest that you follow the approach from the following online demo for changing the culture:
As you will notice, you just need to change the RadioButtonList with the DropDownList control and initiate a postback when you change the selection in that control.
Hope this helps.
Regards,
Konstantin Dikov
Telerik by Progress
The OnNeedDataSource event seems to be too late in the page's life cycle and that is why the culture is changed on the second postback. I would suggest that you follow the approach from the following online demo for changing the culture:
As you will notice, you just need to change the RadioButtonList with the DropDownList control and initiate a postback when you change the selection in that control.
Hope this helps.
Regards,
Konstantin Dikov
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.