I need a MultiColumnComboBox with checkboxes, so I've been playing with this demo:
https://www.telerik.com/kendo-react-ui/components/dropdowns/multicolumncombobox/custom-rendering/
I need two things that I can't figure out. I need the combobox to stay open after selecting a checkbox. I tried stopPropagation and preventDefault, but both gave an error (not a function).
Also, I need a select all. I assume this would go in the header with a custom event handler...any idea how I loop through all the items and select each one?
Many thanks!
Tye