由于项目中需要将grid中某列变成超链接,可以在定义列的时候声明一个属性:renderer:handler,其中handler为一个自定义函数,参考ColumnModel的API可知,该函数的参数说明为: 1、Data value. 2、Cell metadata. An object in which you may set the following attributes: 2.1、css A CSS style string to apply to the table cell. 2.2、attr An HTML attribute definition string to apply to the data container element within the table cell. 3、The Ext.data.Record from which the data was extracted. 4、Row index 5、Column index 6、The Ext.data.Store object from which the Record was extracted 于是可以把handler定义成如下的形式: function toHref(s, m, rec) { return "<a href="detail.jsp?id= +rec.data.id+ ">"+s+"</a>"; }; 这样就可以把要求的列变成超链接了。
详细解决方案
将Ext的grid中的某一列变为超链接
热度:84 发布时间:2012-08-30 09:55:54.0
由于项目中需要将grid中某列变成超链接,可以在定义列的时候声明一个属性:renderer:handler,其中handler为一个自定义函数,参考ColumnModel的API可知,该函数的参数说明为: 1、Data value. 2、Cell metadata. An object in which you may set the following attributes: 2.1、css A CSS style string to apply to the table cell. 2.2、attr An HTML attribute definition string to apply to the data container element within the table cell. 3、The Ext.data.Record from which the data was extracted. 4、Row index 5、Column index 6、The Ext.data.Store object from which the Record was extracted 于是可以把handler定义成如下的形式: function toHref(s, m, rec) { return "<a href="detail.jsp?id= +rec.data.id+ ">"+s+"</a>"; }; 这样就可以把要求的列变成超链接了。
相关解决方案
- Extjs grid 失去选中行的列数据
- Ext.grid.rowexpander 默许展开
- Ext.ux.grid.RowEditor 的使用出现有关问题 。 求大神指点
- 小女子请教一个 Ext.ux.grid.RowEditor的有关问题
- extjs grid 怎么实现 行选中变色
- DevExpress.XtraGrid.Views.Grid.GridView 怎么自增新行
- grid ++ report异常
- Grid++Report 显示有关问题
- 有关MVC3中用到Html.Telerik().Grid()的绑定有关问题, 急
- ComponentArt:Grid 单击第二页时 报the data could not be loaded,该如何处理
- easyui grid 关于最后一条记录,该怎么解决
- 关于dv grid 的有关问题
- Ext Js 4 为什么一直出现 grid.getSelectionModel()没有定义。该如何解决
- grid++report Web插件有破解版本吗?解决思路
- 寻好用的 Grid 控件。For Asp.net,该如何解决
- vpf9.0 grid 中text的怪有关问题
- GRID 修改即显示的有关问题
- vfp grid 会粘贴excel 内容吗
- ~help grid sql text显示 插入
- grid 显示10列,要在第二列插一列,就得把剩上所有列号加一,有无简单办法
- grid 怎么列宽固定,不可拖拽
- Grid 中加入复选框后的奇怪有关问题
- 在表单上点击按钮生成表内数据后能同时更新到表格(grid)不,该怎么处理
- grid 列只读解决方案
- grid 当前记录行 反色显示 总弄不成?解决方法
- grid checkbox 获取checkbox值,该怎么处理
- grid checkbox 动态解决方法
- grid,combo在表单的有关问题
- VFP GRID 刷新影响其他控件显示的有关问题
- GRID:怎么…