Hi,
We have upgraded telerik version 2012.2.912.40 recently. After upgrade, the textboxes width is not getting displayed correct as specified in aspx when page loads first time in IE. If we refresh the page, it is loading with specified size. The developer tool shows the text box width (Inline style) as "297px" which is no where mentioned in our application. Attached the screenshot for reference. This issue happening after upgrade. The same issue with RadDatePicker DateInput text box also.
Please help us to resolve this issue.
The textbox in the screenshot as defined in aspx as below for reference
We have upgraded telerik version 2012.2.912.40 recently. After upgrade, the textboxes width is not getting displayed correct as specified in aspx when page loads first time in IE. If we refresh the page, it is loading with specified size. The developer tool shows the text box width (Inline style) as "297px" which is no where mentioned in our application. Attached the screenshot for reference. This issue happening after upgrade. The same issue with RadDatePicker DateInput text box also.
Please help us to resolve this issue.
The textbox in the screenshot as defined in aspx as below for reference
<telerik:RadTextBox ID="txtValidYear" Width="40px" runat="server"
TextMode="SingleLine" MaxLength="4">