TWebDBEdit ReadOnly Problem

Hi,

Can you think of any reason why a TWebDBEdit is being set as ReadOnly. Not sure when this happened but is since the release of 1.2. It is not being set in code anywhere and it's ReadOnly property in the designer is set to false.

If I set the readonly property to false after opening the TWebClientDataSet it is fine.

Thanks,

Ken

A control can behave as readonly when it is connected to an inactive dataset or when it is connected to a readonly DB field in an active dataset. That is the possible cases I see.

Hi, neither is the case.

So, how can we reproduce?

Please give this a go http://test.simplyaccounts.net/Editing.zip

Thanks for reporting. 
The issue was traced & solved. The next update will address this.

not sure is it the same case, where i just about the report , i link the TWebDBEdit with datasource which the dataset is indexedDB table ,thought it is something wrong with indexedDB table, is the case same? i do also facing where my WebDbGrid also cannot be edited 

Issue was in TWebDBEdit specifically. We will release an update asap.
I cannot see an issue in TWebDBGrid though.