admin管理员组

文章数量:1391929

I am doing some code maintenance on an asp 4.8 web app, and need to convert a Telerik:RadComboBox to a RadMultiColumnComboBox.

I have the control loading with data; however, I notice there are no event handlers for it either server side (preferred) or client side (jquery/javascript).

I need to customize the selection such that the text displayed in the entry field portion is a contamination of two columns in the dropdown (code + description).

The dropdown portion needs to be multi-column as each column has technical meaning and logic applied (otherwise a normal combo would work).

Just wondering if anyone has a way of achieving this (such attaching event handlers to the combo)

本文标签: Telerik WinForm RadMultiColumnComboBoxStack Overflow