Dears,
I am using Telerik Windows form with below version.
Telerik.WinControls.UI version - 2013.2.724.40
.NET Framework version - 4
I have a strange problem, the text of all the rad controls was omitted and being displayed as Ellipsis (...) even though the control width is greater than the control content(text) width.
am facing this issue from the last 3 days but before that same RadForm displayed all the text normally.
I don't understand the exact problem, whether some setting are creating the problem or build issues or cache issues or what ??..
I have checked the properties like width, Autosize & Font size and tried in different ways but find no clue :(
any suggestions.
Thank you.


Hi,
I have cardView that I am filling it with data manually (no data-binding).
I have problem in using text wrapping. See attached image.
as you can see the blue test is clipped, I need to display the entire test lets say in two line not one line. Can this be done?
Many thanks in advance.
Omar
Is there a way to make border for Chart?
Example in attachment

GridViewAutoSizeColumnsMode.Fill
but also, set the BestFitColumns, so they are not all the same size.
hi
i use this code
Integrating PanZoom, TrackBall and LassoZoom Controllers in RadChartView
but i get this error

During localization it may happen that some buttons should become wider. In my case changing ColorDialogLocalizationProvider.CurrentProvider is not enough. For most dialogs that can appear from rich text editor I can replace them with inherited class and play with this.Controls property. But I don't see a way to do that for color dialog.
I could override three event handlers (ButtonBackColor_Click, ButtonForeColor_Click, ButtonParagraphBackColor_Click) of RichTextEditorRibbonBar and take and tweak the code that is there, but that feels like a kludge. What is the proper way to tweak control sizes in color dialogs created from rich text editor?

Hello,
After implementing solution in style of article (http://www.telerik.com/support/kb/winforms/details/integrating-panzoom-trackball-and-lassozoom-controllers-in-radchartview), I have faced with some problems:
1. After using LassoZoom I cannot move in plot area in the vertical direction
2. Changing MyLassoZoomView class (for example changing color of selection rectangle) does not show any effect
Could you help with this problem?

Hello,
So If i have lots of group, the horizontal axis gets full with the square 4x4 groups, but the vertacal axis has lots of empty space.
I could break the squareness of the groups to make them longer in the vertical axis, but that seems a bit ugly.
However, I cannot seem to find a way to put a group under another group, therefore utilising both the X and Y dimensions well.
Can it be done?
i.e.
--Group 1-- --Group2--
Tile Tile Tile Tile
Tile Tile Tile Tile
--Group 3--
Tile Tile
Tile Tile

