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.
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?? ;-)
Any updates on this case?