9 Answers, 1 is accepted
0
Hi,
I have inspected the image but it is not quite clear where exactly do you want to have the date displayed. The image seems to show the current behavior in month view so would you please elaborate or attach an image where to see how should be different in your case.
Regards,
Plamen
Telerik by Progress
I have inspected the image but it is not quite clear where exactly do you want to have the date displayed. The image seems to show the current behavior in month view so would you please elaborate or attach an image where to see how should be different in your case.
Regards,
Plamen
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.
0
0
Hi,
You can achieve similar behavior by using the dayTemplate and dateHeaderTemplate as for example it is done in this dojo.
Regards,
Plamen
Telerik by Progress
You can achieve similar behavior by using the dayTemplate and dateHeaderTemplate as for example it is done in this dojo.
Regards,
Plamen
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.
0

宏吉
Top achievements
Rank 1
answered on 02 May 2017, 06:14 AM
0
Hi,
If you can't achieve the desired text with the format letters you will have to use jQuery to set the text to the desired because there is not such internal functionality. You may use the dataBound event to achieve it.
Regards,
Plamen
Telerik by Progress
If you can't achieve the desired text with the format letters you will have to use jQuery to set the text to the desired because there is not such internal functionality. You may use the dataBound event to achieve it.
Regards,
Plamen
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.
0

宏吉
Top achievements
Rank 1
answered on 04 May 2017, 06:44 AM
Is there has any sample that me know how to change date like what I want?
0

宏吉
Top achievements
Rank 1
answered on 04 May 2017, 06:47 AM
How to use databound to get every date change to I want
0
Hello,
Here is a sample updated dojo where is shown how to update the text of inside the slots by using jQuery from the dataBound event. In your case you can get the text and replace it with your custom text.
Regards,
Plamen
Telerik by Progress
Here is a sample updated dojo where is shown how to update the text of inside the slots by using jQuery from the dataBound event. In your case you can get the text and replace it with your custom text.
Regards,
Plamen
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.
0

Betina
Top achievements
Rank 1
Iron
answered on 16 Oct 2022, 04:54 PM
Currently it is not feasible to show the lunar date in our Syncfusion scheduler. You can render the lunar date using cellTemplate option by calculating the lunar date manually and display it in our scheduler. Please refer to the following examples for cellTemplate option.