我在ShieldUI是新手,我在我的project.In网格中使用了ShieldUI网格,有一些列包含图像列,对于那些列,我不想显示标题。我使用了以下代码行。
{ field: "", title: "", columnTemplate: $("#nameTemplate").html(), width: "217px", filterable: false, width: "35px", attributes: { style: "text-align:center;cursor:pointer" } },但是在标题的地方,它显示对象object.So,我怎样才能在标题中隐藏标题?另外,在单击该事件时,我希望重定向到其他一些action.So,如何捕获单击事件。
发布于 2016-04-23 05:46:10
尝试将标题设置为其他不会显示的内容,如title: " "
https://stackoverflow.com/questions/36766086
复制相似问题