Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
How to Validating cells in UltraWinGrid
posted

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

 

 

Parents
No Data
Reply
  • 469350
    Offline posted

    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.

Children
No Data