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?
|
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!
|
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!
|