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
1600
using IDataErrorInfo with UltraWinDataSource
posted

I am using an UltraDataSource as the data source for my UltraWinGrid.

Based on the documentation that I have read so far, errors are shown in cells based on the IDataErrorInfo Interface.  However, it seems that the UltraDataSource does not support the IDataErrorInfo interface.  I cannot use a dataset because I am loading data on demand from the data source.

 Is there any way, besides the IDataErrorInfo interface, to show errors in a cell in the UltraGrid?  Or is there any way that the UltraDataSource can provide error information to the UltraGrid for display?

 Any help would be greatly appreciated.

Parents
No Data
Reply
  • 110
    posted

    rexCho said:

     Is there any way, besides the IDataErrorInfo interface, to show errors in a cell in the UltraGrid?  Or is there any way that the UltraDataSource can provide error information to the UltraGrid for display?

    I also just ran into this problem. 

    Does a forum post count as a feature request?? ;-)

     

Children