Hi, I'm running to a problem to intergrate jqGrid with tooltip.
I want to show some dynamic info based on the row id. I did try this, but it didn't work
http://www.trirand.com/blog/?page_id=393/help/tooltip-on-row-hover-with-ajax-content-solution/
I wannt when the mouseover and show tooltip, and the content of the tooltip is from ajax call. I did manage to get the content from ajax call and alert it. But I didn't success with the show the content in tooltip.
Any idea about how to do it? Thank you in advance.