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.
Dojo 拡張グリッドで、選択した列を取得する方法はありますか? 現在、 grid.selection.getSelected() を使用して選択した行を取得できますが、選択した列を取得する方法がわかりません。
解決しました。これで見つけることができます: theGrid.focus.cell.field. これにより、列名が得られます。列名の代わりに整数が必要な場合は、Grid.focus.cell.index と Grid.focus.cell.layoutIndex もあります。