Is it possible to hide a tooltip from being displayed in just one of my columns?
Sorry man, I forgot I turned off the grid's internal tooltip because I couldn't set the display time for it and there was also a bug I found and reported for it which cut off part of the tooltip display. I use the UltraToolTip control now. Thanks for mentioning that an external tooltip might be in use.
You have been very helpful to me over the past couple years, I really appreciate it.
DK
Hm, that's really odd. It worked fine for me when I tested it. I can't see how VB would make any difference here.
Can you try this in a small sample project and see if it works there?
Is it possible your application is showing a tooltip externally to the grid?
I changed the code so it manipulated the background color just to try to isolate the problem. The filter does get applied and the background color is changing according to the creation filter. So the issue is directly related to the tooltip.
yup, I assign it in my controller, and I did check if the code execution falls into the line you mentioned and it does. That is why I am a little puzzled as to why I am not seeing the expected results.
This looks like it should work. I assume you are assigning the grid's CreationFilter property to an instance of this class?
Have you tried putting breakpoints into this code to see if the "ToolTipItem = Nothing" line is ever getting hit?