Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
質問はそれをすべて言います。アクション列でクリックされたアイテムを含む行のDOMノードを取得する必要があります。
私はrowIndexを持っているので簡単なようですが、それを使用して行を取得する方法を示唆するドキュメントはありません。少なくとも合理的に明白なものはありません。
getNodeを使用します:http://docs.sencha.com/ext-js/4-2/# !/api/Ext.grid.View
grid.getView().getNode(rowIndex);