SetColumnError leaves tooltip in datagrid

  • Thread starter Thread starter Jan
  • Start date Start date
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
 
Hi Jan,

Thank you for posting in the community!

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to clear the tooltip text with
SetColumnError method but failed. The ErrorIcon went a way, but the tooltip
text remains. If there is any misunderstanding, please feel free to let me
know.

Based on my research, this is a known issue in VS.NET 2003. However, there
isn't a workaround in the current version of VS.NET. There might be one in
the next version. I'm sorry for the inconvenience it has brought to you. If
you have any suggestions which can make our products better, please send
mail to (e-mail address removed). You ideas will be highly appreciated. Thank
you for your feedback.

Does this answer your question? If anything is unclear, please feel free to
reply to the post.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Kevin,

Thanks for your reply.

Do you have any idea when a service pack for VS.NET 2003 can be expected ?

Regards,
Jan
 
Hi Jan,

I'm afraid I don't have any idea about this. Before the release of the hot
fix, we cannot promise anything. I'm sorry for the inconvenience.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top