Editor select validate on select

Hello

Trying to use column definition like this

{data: ‘web_category’, editor:‘select’, selectOptions:[‘YES’,NO’]}

How can I make the selection validate the entry ?

If I use type:‘dropdown’ source:[‘YES’, 'NO], and I select one option, then after change is fired, but with editor:‘select’ after change seems to not be fired until I select another cell

Thanks for your help

Hi @fmartinez

Yes, this is a basic behavior for the select cell type. Have you tried the dropdown or autocomplete? Maybe they will better suit your project needs.

ok I will use dropdown you can close

thanks a lot

You are welcome @fmartinez

Please open a new topic if needed