Categories | Question details Back To List | ||
Title attribute to link Hi Team, I am using html link in tree node.I don't want the default title attribute on mouseover the link. How to do that. Thanks Answer posted by Support on Nov 10, 2008 09:27 You can block defautl tooltips by grid.attachEvent("onMouseOver",function(){ return false; }) |