I am using this function of jqgrid:
tableToGrid("#something", { width: '400', height: 'auto', caption: ''});
This works fine but when I hover over something, it shows the same text as seen in cell. I don't really want this. When I did viewsource in Firefox, jqgrid added title attribute to all my td's. How can I stop this?
Thanks in advance :)