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
80
Column Error in Unbound Column
posted

I have an unbound column in my ultrawingrid that I need to show an error for, how do I do this. For bound columns I always use the SetColumnError for the datarow for the datasource, but I don't know how to get the same results for unbound columns.

 

thanks.

  • 45049
    Suggested Answer
    posted

    acfalcon,

    My advice is to add this column to your data source.  SetColumnError() is called on the data object that implements IDataErrorInfo, rather than on the grid or its objects.  The corresponding WinGrid column would then be treated as a bound column.