Hi,
I just came across what seems to be a bug in RadTextBox. When setting the Label with a text (no matter what) and setting the width to a ##em value, an error gets throw. This error does not occur when setting the width in ##px, ##% or just ##, only when "em" is used.
This is the example page I used:
I've also included a screenshot of the error that is thrown.
Could someone confirm that this is a problem or tell me what I'm doing wrong?
Thanks!
Danny
I just came across what seems to be a bug in RadTextBox. When setting the Label with a text (no matter what) and setting the width to a ##em value, an error gets throw. This error does not occur when setting the width in ##px, ##% or just ##, only when "em" is used.
This is the example page I used:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Dashboard.Website.controls.WebForm1" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <div> <asp:ScriptManager runat="server" /> <telerik:RadTextBox runat="server" ID="txt" Label="test" Width="12em" /> </div> </form></body></html>I've also included a screenshot of the error that is thrown.
Could someone confirm that this is a problem or tell me what I'm doing wrong?
Thanks!
Danny