Would it be possible to have an editable AutoCompleteBox TextBox Part to mimic the RadWatermarkTextBox with floating Label?
1 Answer, 1 is accepted
0
Stenly
Telerik team
answered on 01 Mar 2023, 04:16 PM
Hello Evangelista,
To achieve this requirement, you could subscribe to the Loaded event of the RadAutoCompleteBox control and retrieve the RadWatermarkTextBox element using the ChildrenOfType extension method. On it, set the KeepLabelFloated property to True and the Label property to the desired value.
The following code snippet shows this suggestion's implementation: