In pure IE6 the DropDownAutoWidth does not work as expected e.g. the dropdown gets too wide.
Based on customer feedback: I put a DrowDownTree, then I put another textbox under DrowDownTree. If I expand the item of DrowDownTree, I found some item will be shut out by textbox. Only happens in _pure_ IE6
(I didn't find RadNumericTextBox in the category) Telerik version - 2011.1.614.35 Auto complete box floats at a distant place, away from the RadNumericTextBox. i. The auto complete of IE 9 is on, enter some number, save the form. ii. Again open the form, focus on the numeric text box. The auto complete box seen is not aligned with the control.
I am not having success on having wrap="false" for my RadGrid. The solution: (e.Column as GridBoundColumn).DataFormatString = "<nobr>{0}</nobr>"; Will not work since I have hover over and links on several of my columns. Couldn't RadGrid have a setting of wrap="false" that would apply to the entire grid?
It seems however that the problem comes from the unusual CSS style selector that you use to set the width of the RadTextBox controls. Based on the information of this help article, you should correct your CSS rule like this: Copy Code .three_column .RadInput { width: 448px !important; } Note the missing .riTextBox class from the selector. You should not apply width for the inner input element (which this selector controls), but only to the outer wrapping span element controlled by the .RadInput class. After applying this change on my side, the problem didn't reproduce any more. Yet another approach to fix the issue is to use the inline Width property. However, based on your code I suspect that you intent to change the width by CSS rules and that is why I would recommend the modification in the code block above.
Based on customer feedback --- A very simple setup: 1) Context menu target 2) Context menu shows on click 3) A certain zoom level In such case, if you tap some root menu item, another root menu item will highlight for a moment
To cater for SharePoint Lists (or Excel/SQl Sources) with large columns can the Freeze Columns property from the underlying RadGrid be exposed to the SpRadGrid
I try to create skin on tabstrip control. But when I save and upload newly created skin I get some of properties are not remember. I use Firefox Please help me in this problem Zlatko Rusev
If an image has a bracket in its path it cannot be exported. In RadEditor a response is not sent back to the browser, RadGrid will throw an exception to notify about a missing path. A workaround for the time being is to avoid having special symbols in images that need to be exported.