disable option

Hi!
Is there a way to disable single options within a select?

Hi
docs.dhtmlx.com/doku.php?id=dhtm … orm_select
You can disable only the whole item.

hi

you can try var opt = myForm.getOptions(id) which will return you options DOM element and the set “disabled” attr for needed options