3.2.0

Remove Status Bar Message

I have inserted an image within a cell of my grid using basic HTML. When I click on that cell, the actual line of HTML is shown in the IE status bar. Is there anyway I can remove the function that displays the selected cell content in the status bar?

Thanks,
Ben
Ben Hecht
June 11,
If you just copied the standard basic.htm example you should remove the following line -

// set click action handler
obj.setAction("click", ...);
Alex (ActiveWidgets)
June 12,

This topic is archived.

See also:


Back to support forum