This is a migrated thread and some comments may be shown as answers.

Can I use the Buddhist year on grid by using AJAX method?

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Warunee
Top achievements
Rank 1
Warunee asked on 14 Feb 2017, 09:50 AM

I try to binding year is 2560 with Kendo AJAX  but on grid display 2017.

It work on grid Kendo MVC with the same data.

I really have to use Kendo AJAX to development,So Is there  any missing?

 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 16 Feb 2017, 04:46 PM
Hello Jeng,

Generally, you can use the following property to alter the date format of the filter picker of the column:
<telerik:GridDateTimeColumn ... FilterDateFormat="dd/MM/yyyy">

To apply the current Culture to the entire page, you can set the following directive property to en-US for example:
<%@ Page ... Culture="ru-RU" %>

If the issue remains, please open a formal support ticket and send us a very basic sample web site sample so we can investigate your specific configuration locally.

Regards,
Eyup
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Warunee
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or