Hi,
I'm just dropping by to mention that it is 2019 and the dates are still backwards for approximately 95% of the world's population (just in case you'd forgotten).
Best regards,
Richard
Hi Richard, We will consider planning this feature for some of our next official releases. Please follow this feedback item for updates on its progress. Regards, Kalin
I still can't believe this isn't treated as a bug and hasn't been sorted out yet. As far as an end-user is concerned the pivot grid is displaying an incorrect date. It's only an irritating problem if you're looking at several days worth of data, because that gives you context, but in some cases we are using the grid to view data across several hours on a single day. In that instance it's just wrong because there is no way to tell that the date might be backwards during the first 12 days of the month. Please consider fixing this soon.
Hi Yehudah, please use the Like button on the right hand side to cast a vote for this request.
+1
This issue doesn't appear to be limited to just month names. If I select the original field e.g. "OrderDate" and add it to the rows or columns then this appears in Invariant culture format (e.g. 09/29/2014 00:00:00). I'm hooking the QueryableDataProvider into EF6, so I added an IDbCommandInterceptor to see what is coming back from the database. The value is coming back from the database in a DateTime object, so it must be somewhere in the Telerik code that the conversion is using the invariant culture. Additionally, when selecting the day group, e.g. "OrderDate - Day" this is currently hardcoded to "Month-Day". I think this should use CultureInfo.DateTimeFormat.MonthDayPattern, because, for example, en-gb should have this as "Day Month".