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

Issues when using read-only popup calendar

0 Answers 47 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ali
Top achievements
Rank 2
Ali asked on 04 Nov 2015, 04:45 PM

Requirements

Telerik Product and Version


Supported Browsers and Platforms


Components/Widgets used (JS frameworks, etc.)



PROJECT DESCRIPTION 
[enter description here, together with step-by-step instructions on how to use the project]
Generally an issue however there is a useful way of utilizing and reading Read-Only dates on PHP platforms. Credit to Cody from Telerik who has provided a brilliant easy to follow Screen cast for this:

 

Cody's response:

"This video walks you through the approach I recommend you try:
http://screencast.com/t/JY3GfP3d
Here is the code I used in the video:
Pages.HotelsBookDirectAnd.CheckInDateText.Value = DateTime.Now.AddDays(5).ToString("d");
Pages.HotelsBookDirectAnd.CheckOutDateText.Value = DateTime.Now.AddDays(10).ToString("d");
You'll need to adapt it to fit your UI elements plus the needs of your application."

No answers yet. Maybe you can help?

Tags
Calendar
Asked by
Ali
Top achievements
Rank 2
Share this question
or