Unplanned
Last Updated: 18 Nov 2024 11:24 by ADMIN
Created by: Luis
Comments: 1
Category: TextBox
Type: Feature Request
1
Add support for UI Automation in RadTextBox control.
Unplanned
Last Updated: 19 Sep 2024 11:59 by ADMIN
The control can't be focused when the RadTextBox is placed inside a TableLayoutPanel cell and the Anchor property is set to four side or Dock property is set to Fill.
Unplanned
Last Updated: 13 Aug 2024 10:54 by ADMIN

Moving the mouse over the null text, the text flickers. This behavior is observed in the following list of controls: 

  • RadMultiColumnComboBoxControl
  • RadDropDownList
  • RadDateTimePicker

It could be observed in other controls where the input element is RadTextBox and the null text property is set.

This behavior is not observed in standalone RadTextBox control.

Unplanned
Last Updated: 20 Sep 2023 10:45 by ADMIN

Text is clipped in Fluent and Breeze theme

To workaround this, we can set the EnableRadAutoScale property to false.

RadControl.EnableRadAutoScale = false;

Unplanned
Last Updated: 03 Oct 2022 05:09 by ADMIN

This scenario is observed in .Net6. When we place one RadTextBox control and run the application, the control is not scaled correctly.