Check documentation for the latest version of dhtmlxSuite getIndexByValue DHTMLX Docs

getIndexByValue

returns the index of an option by value

number getIndexByValue(string value);
valuestringvalue of the option in question
numberthe index of an option

Example

myCombo.getIndexByValue(value);

Back to top