One of these validation is working but other is not working in the infragistics webdatagrid when i modified the cell text field for the same column.
Below are what I added two editing column setting objects for two different validators.
<ig:EditingCore> <Behaviors> <ig:CellEditing> <ColumnSettings>
<ig:EditingColumnSetting ColumnKey="Description" EditorID="WebDataGrid1_TextEditorProvider1" ValidatorID="RegularExpressionValidator1" />
<ig:EditingColumnSetting ColumnKey="Description" EditorID="WebDataGrid1_TextEditorProvider1"ValidatorID="RequiredValidator1" />
</ColumnSettings> </ig:CellEditing> </Behaviors> </ig:EditingCore>
Below are two different validators for the same column key
Hi,
It is not possible to define two column settings object for the same column. Only the latest column settings object defined will be considered. Please let me know if you have further questions, I will be glad to help.