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