Hi,
is it possible to use the error provider in the ´RowEditTemplate. I have set the SupportDataErrorInfo of the Grid to RowsAndColumns. But in the RowEditTemplate the Error Icons are not showing.
Is it possible to achive this with the Win Forms Error Provider?
regards
Stefan
Stefan,
This is not quite correct. You could certainly use an ErrorProvider on controls that you have on the template, but you would have to manually control setting or resetting the error on the individual controls, since the grid does not 'own' those controls in the same way that it does the proxies.
-Matt
Hi Matt,
thanks for your answer. If I understand you correct then it will not be possible to use the Windows Forms Error provider on controls I manually drag onto the template and manually bind them to a datasource.
Support for displaying the error icon within an UltraGridCellProxy was added as the fix for bug TFS15730. You can contact Developer Support so that you can be notified when this fix is released. Note that this will only occur for the proxies themselves when you are showing the error icon directly in a cell. The template does not support automatically showing the error icon on separate databound controls.