Welcome Guest Search | Active Topics | Sign In | Register

Add DateTimePicker at runtime Options
Philipp Jenni
Posted: Thursday, December 8, 2011 7:52:48 AM
Rank: Advanced Member
Groups: Member

Joined: 6/9/2007
Posts: 98
Hi,

I add a DateTimePicker at runtime. When i set the SelectedDate value in code. there is nothing displayed in the webpage.

Code: C#
dataItem = new EO.Web.DatePicker();
returndate = DateTime.Now;
((EO.Web.DatePicker)dataItem).ID = "value" + reader["Property"].ToString();
((EO.Web.DatePicker)dataItem).PickerFormat = "dd.MM.yyyy";
((EO.Web.DatePicker)dataItem).AllowMultiSelect = false;
((EO.Web.DatePicker)dataItem).SelectedDate = returndate;
((EO.Web.DatePicker)dataItem).VisibleDate = returndate;


Do you have a idee?
Thanks, Philipp
Philipp Jenni
Posted: Thursday, December 8, 2011 8:10:10 AM
Rank: Advanced Member
Groups: Member

Joined: 6/9/2007
Posts: 98
This Bug is fixed in the newest version. You can ignore this case.

Thanks
eo_support
Posted: Thursday, December 8, 2011 10:02:13 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
OK. Thanks for the update.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.