1
Answer

DataGrid on DataSet not displaying DataRow errors.

p.jones

p.jones

20y
2.1k
1
Anyone come across this please? I created a multi-table dataset. I created a DataGrid and bound it to dataset with null string for tablename. That allows a datatable hierarchy to be viewed. I drill down and insert a new child record. I use the dataAdapter.Update command on a selection of DataRows that contains only the new DataRow. On return the DataRow does has a error and the HasErrors and RowError properties are set to True and the error message text. We do DataGrid.Refresh and try to view the row errors through the DataGrid. The row is still there, but no sign of the error. I thought DataGrid examined the row for you and would put a ! next to the row and would display the error message when the mouse rolled over the row?? Thanks!
Answers (1)
0
jdrobbie

jdrobbie

NA 3 0 19y
I already have Crystal website I think their documentation is poor. Little or no examples, etc. or minimal references Forums seem to be the best place to get real-world answers.
0
MythicalMe

MythicalMe

NA 245 0 19y
I always think of Crystal Reports as a final destination for data, so I don't think that it is possible. Crystal Reports is a third party add-on, so you might try their web site to see if they have any further information.