I have a custom dropdown editor where I populate the combo box with value and description successfully.
Now I want to return just a value of this combo selected item in the column custom editor getData as per you earlier suggestion.
I added getData method within the editor and now I can see the combo box html value/label pairs in ui.$cell.
The ('.comboSelector:selected).val() is undefined even though in the cell html I do see it.
How do I extract this value in most efficient way?
Many thanks for your support.