Hi,
I created a test RadMap and I'm getting some odd results. Here is the code:
<telerik:RadMap RenderMode="Lightweight" runat="server" ID="RadMap1" Zoom="6" Width="600" Height="500" >
<CenterSettings Latitude="51.525619" Longitude="-0.111802" />
<LayersCollection>
<telerik:MapLayer Type="Tile" Subdomains="a,b,c"
UrlTemplate="https://#= subdomain #.tile.openstreetmap.org/#= zoom #/#= x #/#= y #.png"
Attribution="© <a href='http://osm.org/copyright' title='OpenStreetMap contributors' target='_blank'>OpenStreetMap contributors</a>.">
</telerik:MapLayer>
</LayersCollection>
<MarkersCollection>
<telerik:MapMarker Shape="pinTarget" Title="London, UK">
<LocationSettings Latitude="51.525619" Longitude="-0.111802"/>
</telerik:MapMarker>
<telerik:MapMarker Shape="pin" Title="Test">
<LocationSettings Latitude="53.525619" Longitude="-1.111802"/>
</telerik:MapMarker>
</MarkersCollection>
</telerik:RadMap>
So the pin target and pin show the same icon, the icon is clipped, and when you zoom out the marker is in the completely wrong location. I'm not sure where to go from here. I haven't modified any css or applied any custom styles to the icons. Any help would be appreciated.
Thanks!
Hi there,
I have used your example code to be able to export a chart to PDF
<script>
function exportChartToPDF() {
var $ = $telerik.$;
$get('<%=RadClientExportManager1.ClientID%>').exportPDF($(".RadHtmlChart"));
}
function exportChartToImage() {
var $ = $telerik.$;
$find('<%=RadClientExportManager1.ClientID%>').exportImage($(".RadHtmlChart"));
}
</script>
I have this triggered by a button and it is working, but I need to be able to export a specific RadHTMLchart.
I have limited knowledge of this in page scripting.
the supplied function finds the first instance of the type requested, is there a way to find a specific control?
Please excuse my lack of understanding, I am finding my feet with this stuff.
Thanks.
Is there any option to enable or show the horizontal scroll bars in Multicolumncombobox on VB.Net 2012 development environment?
Thanks in advance
Sachin
I have inherited a solution from a developer that's no longer here. I am new to Telerik and not sure what the problem is with this project. In the extensions menu, it tells me to convert to a Telerik project even though it is already a telerik project. I have been told not to use the convert option because it causes problems when it's already an existing Telerik solutions. I have manually removed references that were marked when the build failed and tried to re-add them but I can't find Telerik.Web, only Telerik.Win
Is there something I can update in the web.config or elsewhere that will allow the project to references to reconnect?
This is odd, I am using the latest SP1 libraries and have followed all the steps and only see this in the WPF application. The Activities column should look like a drop-down combo box when the green checkbox is showing. Obviously, I am missing something, but not sure what it is. I hope I can look at it fresh in the morning and figure it out, but if there are tips, please let me know.
My XAML has this definition for the column:
<telerik:GridViewComboBoxColumn Header="Activities"
Width = "271"
DataMemberBinding = "{Binding Description}"
SelectedValueMemberPath = "SicCodeValue"
DisplayMemberPath = "SicCodeDescription" IsLightweightModeEnabled="true" IsComboBoxEditable="True">
</telerik:GridViewComboBoxColumn>
and I set up my itemssource via code using the following line on data load:
(this.myList.Columns[2] as GridViewComboBoxColumn).ItemsSource = (ViewModel as MyViewModel).SicCodes;
Hello!
Do you guys have any tips on how to design buttons so that they would look good after translation into foreign languages, like German or Korean? After translation text can be too long
Is there a way to properly set the localization culture for the month and year with month header when it is showing the month and date?
I have set the culture property and the days of the week are showing the correct localization based on the culture settings however the header is not
Attached is a screw grab showing the issue. The month and year should actually be Ago 2021 (localization is for it-IT)