This one should be easy, but so far no luck
We would like to use the TITLE tag of a url to display some additional information. However when we are adding the row the title info never displays
Attempt 1:
sURL = “”+sItem1+""
Attempt 2:
sURL = “”+sItem1+""
Attempt 3:
sURL = “”+sItem1+""
Any thoughts?
Thanks.
Add following code to the grid init:
mygrid.attachEvent(“onMouseOver”,function(){
return false;
});
Second and third attempt are correct.