Check documentation for the latest version of dhtmlxSuite getSelectedIndex DHTMLX Docs

getSelectedIndex

gets index of the selected option

number getSelectedIndex();
numberindex of the selected option

Example

myCombo.getSelectedIndex();

Back to top