Unplanned
Last Updated: 06 Nov 2024 16:01 by ADMIN
When applying the required attribute the ListPicker editor does not display the required message. It seems the control cannot lose focus, so the validation logic to be triggered and the message to be displayed. 
Unplanned
Last Updated: 09 Oct 2024 20:29 by Yana
Currently when the validation in the DataForm is implemented through validation attributes in the ViewModel, such as "Required", "Range", etc, , the validation error message is provided by the attribute itself. If you have not specified your own error message explicitly, a default one is provided by the .NET framework. The expected behavior is, in case no ErrorMessage is provided in the attribute , the Telerik LocalizationManager default error messages to be used.
Unplanned
Last Updated: 17 Apr 2024 14:46 by Christian
Created by: Christian
Comments: 0
Category: DataForm
Type: Feature Request
1
Provide an option to collapse the groups in the RadDataForm control.
Unplanned
Last Updated: 15 Apr 2024 09:08 by Eugenio
Created by: Angus
Comments: 1
Category: DataForm
Type: Feature Request
0
Provide an option to define validation and commit modes on editor level. Currently these properties are inherited from the DataForm.
Unplanned
Last Updated: 27 Mar 2024 21:15 by Christian
How to filter model properties before automatic generation, for which properties editors should be generated? I only want to display some of the ViewModel properties based on custom attributes in the data form.
Unplanned
Last Updated: 13 Feb 2024 08:31 by Tyler
Created by: Tyler
Comments: 0
Category: DataForm
Type: Feature Request
0

Provide an option to export the DataForm control to a PDF document:

Ultimately the XAML we are using has the DataForm and a signature in png format at the bottom that is created from the view. We would want all of that in the PDF.

Unplanned
Last Updated: 21 Nov 2023 13:24 by SturmA
Currently the exposed by DataForm Validate/Commit and Cancel commands can be used to initiate the corresponding actions from an external UI. Make bindable commands that can be executed from the ViewModel.
Unplanned
Last Updated: 23 May 2023 08:18 by Stefano
Created by: Stefano
Comments: 0
Category: DataForm
Type: Bug Report
0
When using a style for the corresponding masked editors like email, text, regex and numeric, the style does not apply to the editor. 
Unplanned
Last Updated: 26 Jan 2023 13:16 by ADMIN
Created by: Craig
Comments: 4
Category: DataForm
Type: Feature Request
4
Nested properties support
Unplanned
Last Updated: 19 Dec 2022 08:05 by ADMIN

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. 

 

Unplanned
Last Updated: 29 Nov 2022 12:26 by EK
Created by: EK
Comments: 0
Category: DataForm
Type: Feature Request
1
Currently, the DataForm has a partially RTL support. For example some editors (RadDate, RadTime, RadTimeSpan, RadDateTime) do not have a RTL support.