Duplicated
Last Updated: 01 Nov 2022 07:43 by Sofronis
Sofronis
Created on: 25 Oct 2022 09:24
Category: MultiColumnComboBox
Type: Feature Request
0
OnSelect event

Hello ,

i was wondering if there is an OnSelect event. I would to prevent an item from selection under some conditions

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
3 comments
Sofronis
Posted on: 01 Nov 2022 07:43
Hello, thank you for the feedback. Could you provide me an example with this workaround ? 
ADMIN
Dimo
Posted on: 01 Nov 2022 07:09

Hello Sofronis,

As a workaround, cancel value selection with the ValueChanged event and do not update the component Value parameter conditionally. With regard to keyboard navigation, you can enhance the UX by:

  • Checking the current (old) value.
  • Skipping the "disabled" item in the dropdown and directly selecting the item that comes after (or before) it.

Regards,
Dimo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Sofronis
Posted on: 25 Oct 2022 09:29
to be more specific i would like something similar to this : https://docs.telerik.com/kendo-ui/api/javascript/ui/multicolumncombobox/events/select