Hello!
I was wondering if anyone knew of a simple algorithm to take a bunch of existing Lat/Lon points and calculate a rectangle out of them? I'm trying to have the map view center and zoom to fit a list of points automatically. I know how to center on one particular point but not sure how to do so for a group of points. I'm used to using the Google Maps API which has a function where you can keep adding geo points and it creates a bounding rectangle. Does RadMap have something similar to that?
Thanks! :)

Hi, i'm just tried telerik trial & newbie in telerik winform. I've read and looked up the documentation manual but i dont found flyout.
i want to question, how to create flyout for winform like my attach files:
thanks you.
:)

I have my own Grid Class based off of a RadGridView control, because I use the same formatting/settings in multiple places. When I drag my grid to my form, everything seems fine, but when I add data to it, nothing is formatted. The ROWS/COLUMNS have no formatting, no grid lines, etc. Not sure what I am doing wrong here. Any help would be greatly appreciated.
public class NtsRadGridView : RadGridView { #region Public Constructors public NtsRadGridView() { MasterTemplate.AllowAddNewRow = false; MasterTemplate.AllowCellContextMenu = false; MasterTemplate.AllowColumnChooser = false; MasterTemplate.AllowColumnHeaderContextMenu = false; MasterTemplate.AllowDeleteRow = false; MasterTemplate.AllowDragToGroup = false; MasterTemplate.AllowEditRow = false; MasterTemplate.AllowRowHeaderContextMenu = false; MasterTemplate.AllowRowResize = false; MasterTemplate.AllowSearchRow = true; MasterTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill; MasterTemplate.ViewDefinition = new TableViewDefinition(); ShowGroupPanel = false; }}
Hi there.
Since today I'm trying to open my projected with telerik Win Controls, I'm trying to open my project. Microsoft Visual Studio 2013 Crashes..
same time i'm trying open other projects it opens without any problem
Microsoft Visual Studio has stopped working....
Can anyone help.. as my project is very important.
Rgds,
Hi,
I want to format the numbers of a list in a GridViewComboBoxColumn. The selected value is formatted correctly (Formatstring of the column is set to {0:N0}). But when the filter dialog is opened, the possible values are not formatted (no thousand seperators, 4 digits). How can I format these values?
Thanks in advance,
Andreas


Hello,
Is it possible to create a 'draggable' Pin.
I would like to drag a pin to a listbox to add it to a list of locations.
Hope you can help me.
Kind regards
Victor

Hello,
I tried to change the padding of chart element but there was no effect although I updated margin and padding properties to 0.
So what should i do to set the chart have no padding left?
I attach the screenshot in the attachment.
Regard,
Paul