dojox.enhancedGrid get Selected Row

Posted by user256007 on Stack Overflow See other posts from Stack Overflow or by user256007
Published on 2010-06-16T07:39:59Z Indexed on 2010/06/16 7:42 UTC
Read the original article Hit count: 323

How can I get the Selected Row Object of dojox.enhancedGrid ? I am using selectionMode: 'single' e.g. with Radio Buttons.

dijit.byId("gridViewWidget").selection.selectedIndex Returns the rowIndex. But how to get the rowObject of that Index ? I can get the rowNode()But What I need is value of the id column of that Row. Its possible to travarse the HTML DOM returned by rowNode() But Is theer any straight forward way ?

© Stack Overflow or respective owner

Related posts about dojo

Related posts about dijit