English 中文(简体)
JQGrid 单元格工具提示l 以 Html 为 Html
原标题:JQgrid cell tooltipl as Html

我正用 divs 和 html 标签在 Jqgrid 中显示一列, 例如它就是

<div><a> Click here to order tjos service.</a></br> Note: The service is disabled</div>.

当我在单元格上悬停指针时, 它没有正确显示内容, 这意味着它没有显示链接, 然后是一条新线, 它将注释显示为工具提示

有人知道如何解决这个问题吗?

Thanks, Alaa

问题回答

您可以使用工具提示插件, 如 < a href=> "http://bresident.de/jquery- plugins/jquery- plugin-tooltip/" rel=" no follow" > JQuery Tooltip 或其他一些 。

为这个单元格创建您格式文件中的工具提示 。





相关问题
Retrieving original row data from jqGrid

It is possible to use the getRowData method to retrieve the current of a cell but this retrieves the current cell content rather than the original data before it went through the formatter. How do I ...

How to programmatically select top row of JQGrid?

How does one programmatically select the top row of a JQGrid. I want to have the top row already selected when it is opened on the page. My grid is sorted by a descriptive column so the first row s id ...

Blank when NaN in jqGrid cells

How to set blank instead of NaN in jqGrid cells ? Using formatter ? Is there an example?

complete jqGrid?

Please, can anyone tell me how to use jqGrid? I want to do edit, add & delete functionality. Also I want to show an image in the grid Please tell me, what can I do, and how can I do?

jqGrid: is there an event for when columns are reordered?

I m using the column reordering feature in jqGrid $grid = jQuery("#list").jqGrid({ sortable:true, ... }); Is there an event that fires after columns are re-ordered? If there is, I can t see ...

Wrapping Text lines in JqGrid

Can you get lines of text to wrap in JqGrid? I have had a look round but i can t find anything.

using jqgrid style for usual Table in asp.net mvc

I d prefer using Table and td instead of JqGrid but i like JqGrid styles. has anyone used jqgrid style for usual Grid of asp.net MVC(i mean Table and td) before?

热门标签