Reputation: 125
I am using,
http://struts.jgeppert.com/struts2-jquery-grid-showcase/index.action
to showcase my grid. Here the tool-tip is visible on mouse over of all the rows. I want to hide the tool-tip.
Upvotes: 1
Views: 317
Reputation: 610
Found a helpful link that worked for me. Thanks to Palash Mondal.
http://burnignorance.com/javascript-performance-tips/hide-all-tool-tips-in-jqgrid/
Add this: cmTemplate: { title: false },
Upvotes: 0