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.
Hi,
Well, the UltraDataSource still has no support for IDataErrorInfo. However, we recently added the ability to apply errors directly to the rows or cells of the WinGrid, so you can show errors regardless of (or in place of) the data source errors. This was added in v13.1 of UltraWinGrid.
Any updates on this case?
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?? ;-)
No, there's really no way around this, the UltraDataSource does not support it. You should submit a feature request to Infragistics. It would not be that difficult for us to add IDataErrorInfo support to UltraDataSource in some future release.
Request a Feature or Component