Unplanned
Last Updated: 02 Feb 2017 11:31 by ADMIN
ADMIN
Hristo
Created on: 13 Feb 2015 09:45
Category:
Type: Bug Report
1
FIX. RadCollapsiblePanel - adding a control containing standard MS TextBox to the Children`s collection of CollapsiblePanelHeaderElement, causes the editable area of the text box to be offset and loca
How to reproduce:
 CollapsiblePanelHeaderElement headerElement = this.radCollapsiblePanel1.CollapsiblePanelElement.HeaderElement;
RadTextBoxElement txtBox = new RadTextBoxElement();
headerElement.Children.Add(txtBox);

Workaround:
use RadTextBoxControlElement
2 comments
ADMIN
Hristo
Posted on: 02 Feb 2017 11:31
The issue is still present and it is related to the hosted standard Microsoft TextBox control in the RadTextBoxElement. It can be worked around by using the RadTextBoxControlElement.
Ryan
Posted on: 30 Jan 2017 21:03
Has this been corrected?  I'm having the same issue.