Page 1 of 1

ReadOnly ?

PostPosted: 03 Sep 2016 00:31
by DidierL
When connecting JQTimePicker to a DataSource, I cannot edit time fields.
No problem with JQDatePicker.

Did I missed something ?
Should I change my data field from TTimeField to TDateTimeField?

Thanks

Re: ReadOnly ?

PostPosted: 05 Sep 2016 09:24
by Alexander Bulei
Hi,

Please check the DataLink.StateChangeOperation.
Change it to scoNone

Best Regards.

Re: ReadOnly ?

PostPosted: 06 Sep 2016 16:41
by DidierL
Thanks.