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
Hello, i would like to know if it's possible to resize chart view area to fit container, at the moment whole ChartView is docked to "Fill" for that container but Area has that white border.
Example what i want is shown on image.
Thanks in advance.
When we create a new command (inherited from RichTextBoxCommandBase) we have the access to this.AssociatedRichTextBox. But I need the access to properties of the form in which the editor and ribbon bar are just two more properties.
One workaround would be to have empty ExecuteOverride method for the command, and handle the command in CommandExecuting handler of the form.
Another workaround would be to pass the form's reference to custom ribbon bar, and then pass this reference further to the command on command creation.
What is the difference between the two, what is the recommended way?
Hi,
I am new using Telerik controls (R3 2017 SP1) under Progress Developper Studio 11.7
I have got a radGridView bind to a proBindingSource and I load my data from a Progress database using a ProDataSet.
I thus recover my data in a temp-table which contains about 5000 records with about twenty columns. When I want to sort my data by clicking on a column the application freezes for a few minutes before sorting.
I tried to replace the normal sorting operation of the radGridView with manual sorting to reopen the query with another sort according to the selected column.
With this method I have my sort result in 15 seconds which is still not acceptable given that I work on a local temp-table.
Is there another way to speed up sorting? Maybe i am doing something wrong but i don't see what.