Completed
Last Updated: 29 Sep 2015 10:16 by Aldo
ADMIN
Danail Vasilev
Created on: 19 Aug 2015 14:20
Category: UI for ASP.NET AJAX
Type: Bug Report
1
FIX: RadHtmlChart databinding with different than the default culture

		
1 comment
Aldo
Posted on: 20 Aug 2015 06:47
I had this issue.
I'm from Italy, where we use decimal comma as decimal mark, while in USA you use decimal point.
In Italy we use dd/mm/yyyy date format, while in USA you use mm/dd/yyyy.
So the perfect solution for me was Culture="en-GB", because in Great Britain they use decimal point, but the date is in dd/mm/yyyy format, as I want for my RadDatePicker control, with its calendar.
SQL understands the datetime and Chart represents data very well.

Thanks for all your help.