I have created a dojox.grid.EnhancedGrid. I want to fetch the selected Item in the grid. grid.selection.getSelected() is the method that I am using to fetch the selected rows with the attributes and their corresponding values.
But this function returns an array of array(properties and their values). I want to return an array that contains only properties and values(not in array).
Please guide
Thanks in Advance