I am using dojox.grid.editors.Select as the editor for many columns on my grid. One of these columns has a requirement that the options shown to the user through the combo box are dynamic. I need to find out the underlying 'item' of the row being edited, and then populate the combo box. On the client side I have a Map of the values I need to show.
What is the right way to load a Select editor dynamically with on the fly options?

Important to me too...
I'd also like to now how this can be done. If anyone has any experience with this?
The only other related post I've found up 'till now is the following:
http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/dynamic-optio...