Unplanned
Last Updated: 19 Dec 2022 08:05 by ADMIN
SturmA
Created on: 29 Nov 2022 11:33
Category: DataForm
Type: Feature Request
2
DataForm: Expose additional properties for DataFormRadComboBox editor

Expose additional properties for DataFormRadComboBox editor. Properties like DisplayMemberPath, SearchTextPath, etc. 

Currently you can achieve this using the Editor Style 

            <telerik:DataFormRadComboBoxEditor EditorStyle="{StaticResource EditorStyle}"/>
<Style x:Key="EditorStyle" TargetType="telerik:RadComboBox">
                <Setter Property="DisplayMemberPath" Value=""/>
</Style>

 

or create an editor that inherits from DataFomRadComboBoxEditor and define the DisplayMemberPath property. 

 

1 comment
ADMIN
Didi
Posted on: 19 Dec 2022 08:05

Also expose the SelectionChanged event. 

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.