AD
Administrator
Syncfusion Team
March 1, 2004 03:03 AM UTC
There is error provider support in the 2.0 GridGroupingControl, but currently there is no similar error provider support in GridDataBoundGrid.
You would have to flag the error in ValidationFailed and then use either PrepareViewStyleInfo or model.QueryCellInfo to check your flags and modify the e.CellStyle somehow to mark the error. Or, you could handle the CurrentCellDrawn event and decorate the error cells after they have been drawn by the grid.
KV
Kevin Vickers
September 7, 2005 03:05 PM UTC
is this still the case or does the grid now fully support error provider
AD
Administrator
Syncfusion Team
September 7, 2005 04:20 PM UTC
No, you still have to handle a couple of event. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=21730