" autocomplete="true">
This is a combobox in dijit form, well this works fins independently,
I am trying to add a similar combobox inside my grid. but i have tried various ways like the
(filtering select editor) and the (dojox.grid.editors.ComboBox) both are fine with there options but i am looking to send a values with options, like options: ['A','B','C'], value: ['1','2','3'] i am trying to do this i have tried too lots and not getting anything in demo's and tests for grid.
Please provide me a way where i can be able to send the id as identifier to my server similar to filtering select.
Thanks in Advance.
