Is there a way to disable certain options inside dropdown cell?
E.g.
Item 1 - disabled
Item 2
Item 3 - disabled
Item 4
Item 5
or if multi level dropdown can be created that would also work, like:
Item 1 - user should not be able to select this
Item 1.1
Item 1.2
Item 2 - user should not be able to select this
Item 2.1
Item 2.2
there is currently no way to show an option but disable it. You can, however, filter it out on some certain conditions and change the list via updateSettings method.
Thanks for the reply @aleksandra_budnik
If HTML select control is used for this column by setting this column as HTML type, how will the get/set methods work for it?