Hi,
is there a way to increase the width of the FormatStripper drop down menu? German text is too long and causes line breaks. Width is set to 200px in the style attribute and I can't find a way to change that programmatically.
For the time being I solved the problem by reducing the font size, but if you have another idea how to set the width, it would be appreciated :)
0
Accepted
Rumen
Telerik team
answered on 10 Dec 2008, 04:23 PM
Hi Ralf,
The RadControls for ASP.NET AJAX are designed to work in XHTML
compliant pages and there might be some visual glitches when no doctype
is present on the page. Could you please, make sure that the doctype
below is set in the page with the editor:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
You can also resize the dropdowns with the following css class but please note that it will be applied to all dropdowns: