We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Error Provider linked to Grid

Isit possible to use an error provider to stick error icons into cells in a data bound grid when the datasource has column errors set against it?

3 Replies

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

Loader.
Live Chat Icon For mobile
Up arrow icon