How are you displaying your tool tip? You should listen for
toolTipCreate event and then create your text there, in that case the
default tooltip should not come, second thing is override the
updateDisplayList() of Label class (used as itemRenderer) in your
case, and make a call to super.updateDisplayList() and after that set
the toolTip to null there.
-Sandeep