Completed
Last Updated: 13 May 2019 14:00 by ADMIN
Daniel
Created on: 17 Jan 2019 21:08
Category: MultiColumnComboBox
Type: Feature Request
3
No Server Side events for new MultiColumnComboBox control
The new MultiColumnComboBox control does not have any server side events.  Can you provide the same server side event that you have for the ComboBox? 
4 comments
ADMIN
Peter Milchev
Posted on: 13 May 2019 14:00
Hello,

The more important server-side events that are implemented and will be available in the R2 2019 release are: 
  • ItemDataBound;
  • SelectedIndexChanged;
  • OnDataBinding;
  • OnDataBound;

You can expect the release to be live this week.

Regards,
Peter Milchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Rumen
Posted on: 02 Apr 2019 08:20
Hello,

The requested functionality is planned for R2 2019 due in the beginning of May.

Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Scott
Posted on: 06 Mar 2019 12:21
Please include server side events. All your other dropdowns/comboboxes have them, not sure why you wouldn't include the same approach.
ADMIN
Peter Milchev
Posted on: 23 Jan 2019 13:40
Hello Daniel,

Thank you for the suggestion, it is in our roadmap to include many server-side events. Meanwhile, the ItemDataBound event could be workarounded using the approach in Add custom data to dataitem similar to adding attributes in ItemDataBound event

The SelectedIndexChanged event behavior can be achieved by following the approach in the Achieve SelectedIndexChanged server-side event behavior with RadMultiColumnComboBox KB article. 

We will work on the server-side events and as soon as we have them working, we will release them in a Latest Internal Build release so you can test them.

Regards,
Peter Milchev
Progress Telerik