J
Jan
Hi,
After the following code the errorIcon displayed in column 3 of the datagrid
bound to MyDatatable is gone, but the tooltip with the errormessage is still
there ? How do I erase the tooltip ? Is this a bug ? Any workaround ?
'Following line set the errorIcon & errorMessage
MyDatatable.rows(0).SetColumnError(3,"MyErrorMessageDisplayedInATooltip")
.......
'Following line clears the errorIcon, BUT the errorMessage(tooltip) is still
there !
MyDatatable.rows(0).SetColumnError(3,"")
Using VB.NET 2003 on W2K sp4.
Please help.
Thanks,
Jan
After the following code the errorIcon displayed in column 3 of the datagrid
bound to MyDatatable is gone, but the tooltip with the errormessage is still
there ? How do I erase the tooltip ? Is this a bug ? Any workaround ?
'Following line set the errorIcon & errorMessage
MyDatatable.rows(0).SetColumnError(3,"MyErrorMessageDisplayedInATooltip")
.......
'Following line clears the errorIcon, BUT the errorMessage(tooltip) is still
there !
MyDatatable.rows(0).SetColumnError(3,"")
Using VB.NET 2003 on W2K sp4.
Please help.
Thanks,
Jan