You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/multicolumncombobox/server-side-programming/overview.md
+69Lines changed: 69 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,72 @@ You can configure the settings of **RadMultiColumnComboBox** and create its elem
16
16
17
17
For a list with the server-side properties and methods of the control, see the [Server-Side API of the RadMultiColumnComboBox class](https://testdocs.telerik.com/devtools/aspnet-ajax/api/server/Telerik.Web.UI/RadMultiColumnComboBox). You can also find it in the intellisense in Visual Studio.
18
18
19
+
## Get Selected Text and Value
20
+
21
+
**RadMultiColumnComboBox** exposes the **Text** and **Value** server-side properties that contain the information from the `DataTextField` and `DataValueField` fields respectively.
22
+
23
+
>caption Example 1: Get selected value and text from RadMultiColumnComboBox
0 commit comments