- Home
- Forum
- ASP.NET MVC
- Change the names of buttons and time header text
Change the names of buttons and time header text
Hi,
1) How change the names of buttons in Syncfusion DateTimePicker controls (12.1.0.49) for ASP.NET MVC?
I tried to use ".DateTimePickerButtonText(texts=>texts.Now("A").Done("B").Today("C"))", but it didn't work.
2) How change the name of time header (text "Time") in Syncfusion DateTimePicker controls (12.1.0.49) for ASP.NET MVC?
Thanks
Hi
Pawel,
Thanks
for using Syncfusion products.
Reported issue “Changing datetimepicker button text using ‘DateTimePickerButtonText’ didn’t work ” is known issue in our 12.1.0.36 release, now we have fixed this issue in our latest Essential Studio service pack for Volume 2, 2014 and it can be download under the following link:
Also, We can change the text of time header using “DateTimePickerButtonText” property. Please find the following code snippet to change the title of time.
|
@Html.EJ().DateTimePicker("datetime").DateTimePickerButtonText(text =>
text.Today("A").Now("B").Done("C").TimeTitle("HeaderTime")) |
Please get in touch with us if you would require any further assistance.
Regards,
Sasikala Nagarajan
I have one question – is the actual version 12.2.0.39 in full compatibility with version 12.1.0.49?
Hi Pawel,
Thanks for the update.
No, the volume 2, 2014(12.2.0.36) isn’t full compatibility
with Volume 1, 2014 (12.1.0.49), because we have made the major API changes
& introduced lot of features for this release (volume 2, 2014) to improve
the user experience and provide unique API for all our controls. We will try to
avoid like these API corrections in future.
For more information, please refer the release notes for
volume 2, 2014 release.
Link: https://s3.amazonaws.com/files2.syncfusion.com/Installs/v12.2.0.36/ReleaseNotes/ASPMVC.html
We have updated the API changes in online, please refer the
below link.
Link: http://help.syncfusion.com/cr/js
Please let us know if you have any other concerns.
Regards
- 3 Replies
- 2 Participants
-
PA PawelS
- Aug 5, 2014 10:54 AM UTC
- Aug 8, 2014 12:46 PM UTC