Hi all
I am looking for some validation solution similar to the ErrorProvider control which could apply to UltraWinGrid.
Please help provide some lead.
Regards
Bryan
Hi Bryan,
It depends what you want and the needs of your application.
The SupportsDataErrorInfo property on the Override object will allow the grid to display errors from the data source, if your data source implement ISupportDataErrorInfo, such as a DataTable/DataSet.
The UltraValidator component will allow you to validate data in the grid or any other editor.
The InitializeRow event is a good place to apply an image or a color to a cell or row based on the value(s) in that row.