Completed
Last Updated: 15 Feb 2022 10:30 by ADMIN
Release R1 2022 SP1
Created by: Dinko
Comments: 0
Category: DataLayout
Type: Bug Report
0

By default, when we have a property of type "uint" or "short" the control will create a TextBox editor for the property. We can add SpinEditor as a default editor for this kind of property.

Unplanned
Last Updated: 09 Sep 2021 09:40 by ADMIN

Consider the Salary field in the Employee class. A common requirement would be to change the default spin editor with a RadMaskedEditBox in the EditorInitializing event. However, if you follow the steps described here: https://docs.telerik.com/devtools/winforms/controls/datalayout/change-the-editor-to-a-bound-raddropdownlist

the BindingCreating event wouldn't be fired for any editor that is not some of the default ones.

 
Unplanned
Last Updated: 30 Jul 2019 08:06 by ADMIN

TextPosition label sizing is incorrect. Regardless of AutoSize and AutoSizeLabels settings, only the first label size is calculated correctly. I've attached a project and a screenshot of the issue. It seems size isn't calculated if TextPosition == Telerik.WinControls.UI.LayoutItemTextPosition.Top.