Welcome Guest Search | Active Topics | Sign In | Register

datepicker is not available... Options
Suh Keun Young
Posted: Friday, September 7, 2012 1:48:24 AM
Rank: Newbie
Groups: Member

Joined: 9/7/2012
Posts: 3
I use detailview to add data..

datepicker is in detailview.

but it's not databound.

date is not saved in DB.

is there any limit(not data save..) of free version?
eo_support
Posted: Friday, September 7, 2012 7:31:06 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

No. That has nothing to do with the license. For the DatePicker you can either bind to SelectedDate or SelectedDateString. SelectedDate is a DateTime and does not allow null value; SelectedDateString is a string, so it will allow null value.

Thanks!
Suh Keun Young
Posted: Friday, September 7, 2012 11:14:59 PM
Rank: Newbie
Groups: Member

Joined: 9/7/2012
Posts: 3
eo_support wrote:
Hi,

No. That has nothing to do with the license. For the DatePicker you can either bind to SelectedDate or SelectedDateString. SelectedDate is a DateTime and does not allow null value; SelectedDateString is a string, so it will allow null value.

Thanks!


I solved it myself. It was itemtemplate problem.

Thanks!


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.