Hi guys,
I have this one field database table I decided to use Inline Editing grid control for editing plus a simple text box for adding new data.
In the text box I added a PropertyProxyValidator (EnterpriseLibrary) to validate new entries.
The Problem: Inline Editing stops working (doesnt call the UpdateCommand when I click in the Update link).
If I comment out the PropertyProxyValidator definition in the aspx file, the grid control Inline Editing works fine again.
I added this new thread as couldnt find anything similar in the forum.
Thanks in advance.
Regards,
Miguel
I have this one field database table I decided to use Inline Editing grid control for editing plus a simple text box for adding new data.
In the text box I added a PropertyProxyValidator (EnterpriseLibrary) to validate new entries.
The Problem: Inline Editing stops working (doesnt call the UpdateCommand when I click in the Update link).
If I comment out the PropertyProxyValidator definition in the aspx file, the grid control Inline Editing works fine again.
I added this new thread as couldnt find anything similar in the forum.
Thanks in advance.
Regards,
Miguel