Errortext in datagridrow

  • Thread starter Thread starter Lekker Ding
  • Start date Start date
L

Lekker Ding

Hi

In which object/class can i find the errortext that displays once i
hover over the (red) erroricon in the current row of a datagrid?

Thanks!

LD
 
* Lekker Ding said:
In which object/class can i find the errortext that displays once i
hover over the (red) erroricon in the current row of a datagrid?

You can set this text using your 'DataRow''s 'SetColumnError' method.
 
Hi

sorry i forgot to tell that the datagrid is bound to a sql server table.
The sqlserver message that is not set by me , in which class can i find
it ? i tried something like
MyDataSet.Tables(0).Rows(0).GetColumnError(0)?

thanks

LD
 
Back
Top