Hello,
I recently downloaded and upgraded our website with the latest release 2013.1.220.40 and seem to only be having one issue that I came accross. For some reason, all of the RadTextBox controls no longer are respecting the Width property when set to a %, instead they only seem to repect the Width when set in pixels.
Has something changed with the controls and caused the Width to no longer work for percentages? I also tried setting the width via CSS to see if it would work and it did to an extent. Once I did that, the textbox was much longer than it's parent container to the point where even setting margin-right to -1000px on a DIV to wrap it still did not prevent the textbox from overflow.
Currently the html looks like so:
The wrapping DIV with the class of "fix-100" is what I usually wrap around all my RadTextBoxes that I normally set to 100%. The CSS for that class simply sets margin-right to -4px as it seems the RadTextBox at 100% is slightly longer than it should be.
Additionally, I downgraded the controls back to version 2012.3.1308.40 and the problem went away and the RadTextBoxes were respecting the width when set in % again.
I appreciate any help.
Thanks,
Ron