我正在尝试通过在Grid中单击它们来编辑项目(单元格)。 我想有可能点击前。应该进行ITEM1和一些行动。 我知道我可以使用渲染器,但它只返回字符串。
知道怎么做吗?
答案 0 :(得分:0)
为什么不使用内置的ExtJS Cell Editing Grid?
http://dev.sencha.com/deploy/ext-4.0.0/examples/grid/cell-editing.html
或者您可以一次编辑整行:
http://dev.sencha.com/deploy/ext-4.0.0/examples/grid/row-editing.html