I have a grid with a pop-up editor that contains a date picker control and numeric text-box. On page load I change the kendo culture
All data shows up correctly on the grid. Now when I click on "Edit", the popup shows up with the right date. But the value in the numeric text-box is not correctly displayed. It shows a "." instead of ",". (grid1.png)
And also when I change the values form 3.7 to 3.8; the numeric text box shows it as 38 instead of 3.8 (grid2.png)
Any ideas how this should be tackled?
Thanks.
kendo.culture("de-DE");
All data shows up correctly on the grid. Now when I click on "Edit", the popup shows up with the right date. But the value in the numeric text-box is not correctly displayed. It shows a "." instead of ",". (grid1.png)
And also when I change the values form 3.7 to 3.8; the numeric text box shows it as 38 instead of 3.8 (grid2.png)
Any ideas how this should be tackled?
Thanks.