Completed
Last Updated: 16 May 2019 08:54 by ADMIN
Release R1 2019
Michael
Created on: 11 Oct 2018 16:10
Category:
Type: Bug Report
0
FIX. RadPanel - Text Blank By Default fix removed Text property
The fix in 3Q18 removed the exposed Text property of the RadPanel control.  Setting the text to blank should not have removed the Text property from the control. 
3 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 31 Oct 2018 06:33
Hello, Michael,

I agree that the Text property shouldn't be removed from the Designer. It just has to be string.Empty when dropping onto the form. We will address this case as soon as possible. Please accept my sincere apologies for the inconvenience.
Michael
Posted on: 15 Oct 2018 18:27
Problem is I was using this to create headers for the panels.  They now do not work.  I do not see how setting the Text default property to String.Empty requires removing it from the designer.   
ADMIN
Hristo
Posted on: 15 Oct 2018 10:40
Hello,

The property is not removed, rather it is not exposed in the Visual Studio designer, this way it will not serialize. If you need to use, you can still do it with code: 
this.radPanel1.Text = "Test!";

Regards,
Hristo