Declined
Last Updated: 16 Oct 2015 13:41 by ADMIN
ADMIN
Dimitrina
Created on: 22 Jun 2015 06:50
Category: GridView
Type: Bug Report
0
User can continue editing rows after validation error is thrown when bound data is DynamicObject

		
1 comment
ADMIN
Martin
Posted on: 16 Oct 2015 13:38
When IDataErrorInfo interface is used, setting ValidatesOnDataErrors="InViewMode" on the column, explicitly tells the validation logic not to be performed while editing. It will trigger  as soon as the edit operation is already committed, and therefore can continue editing other rows. The ValidatesOnDataErrors property affects only IDataErrorInfo/INotifydataErrorInfo validation.