Hello,
How can we disable toolbar buttons for the Angular Listbox? There's an example of this in the jQuery version:
https://demos.telerik.com/kendo-ui/listbox/index
Thanks!
Hi, List box [toolbar]="false" doesn't work. It's just display empty on browser. I am using Angular cli 16.2. Using ToolbarSettings also has the same issue.
Also how can I load Listbox using databinding? I couldn't find the examples.
<kendo-listbox kendoListBoxDataBinding [data]="memberNames" [toolbar]="toolbarSettings"></kendo-listbox>
HI,
Is there a way to enable multiselect capability in kendo listBox? this is one of our requirement to select multiple records and be able to move to the right and vice versa.
Regards,
Jyothi
Hi,
We have a requirement to be able to filter the list in the list box and move to the other based the filter value.
For example, lets assume the input field is for the right listBox, when we type In, it should list India, Indonesia
Regards,
Jyothi
HI,
we can intercept the ActionClic of the ListBox, but how we can stop the acction. For exemple, if the "delete" action need to be cancelled after some validation.
Thanks