I'm using OpenStreetMap as the MapLayer
Is there a way to add a search address box?
protected void grdInventory_ExcelMLWorkBookCreated(object sender, Telerik.Web.UI.GridExcelBuilder.GridExcelMLWorkBookCreatedEventArgs e) { WorkBook wb = e.WorkBook; StyleElement header = new StyleElement("Header"); header.FontStyle.Bold = true; header.FontStyle.FontName = "Arial"; header.FontStyle.Size = 8; header.AlignmentElement.Attributes["ss:WrapText"] = "1"; wb.Styles.Add(header); }
Hi,
i would like to download latest 2023 files into my project.
which one do i need to download msi or zip file?
thanks for your help.
Vitaly.
Hi,
Is there a way to choose BackgroundColor of cells in RadSpreadsheet from UI that are not part of the given list of colors???
or maybe a way to edit the background color # from UI ???
thanks,
Efrat
RadAlertas.DataSource = IConsultarStatus()
RadAlertas.PlotArea.Series.Clear()
Dim serieAlertas As New BarSeries
serieAlertas.DataFieldY = "Total"
RadAlertas.PlotArea.XAxis.DataLabelsField = "Alerta"
serieAlertas.Appearance.FillStyle.BackgroundColor = Drawing.Color.Blue
RadAlertas.PlotArea.XAxis.Color = Drawing.Color.Red
serieAlertas.TooltipsAppearance.ClientTemplate = "Quantidade: #= dataItem.Total#<br/>Evento: #= dataItem.Alerta#"
serieAlertas.VisibleInLegend = True
RadAlertas.PlotArea.Series.Add(serieAlertas)
RadAlertas.DataBind()
Hello I have a bar chart, loaded to a DataSource and when inspecting the HTML the values are present, but the chart is not displayed.
The data is:
Total Alerta
8 Alert1
16 Alert2
1 Alert3
RadAlertas.DataSource = IConsultarStatus()
RadAlertas.PlotArea.Series.Clear()
Dim serieAlertas As New BarSeries
serieAlertas.DataFieldY = "Total"
RadAlertas.PlotArea.XAxis.DataLabelsField = "Alerta"
serieAlertas.Appearance.FillStyle.BackgroundColor = Drawing.Color.Blue
RadAlertas.PlotArea.XAxis.Color = Drawing.Color.Red
serieAlertas.TooltipsAppearance.ClientTemplate = "Quantidade: #= dataItem.Total#<br/>Evento: #= dataItem.Alerta#"
serieAlertas.VisibleInLegend = True
RadAlertas.PlotArea.Series.Add(serieAlertas)
RadAlertas.DataBind()
But the graphic image does not load.
Is there a way to create different CustomContextMenu items based on the specific column the cell resides?
I.e. the cells of two different columns will have different and unique ContextMenu item lists.
I think we are ok but noticed some Telerik versions have some vulnerabilities. Could someone confirm our version is ok.
https://www.cvedetails.com/vulnerability-list/vendor_id-14130/Telerik.html
Our version is ASP .NET AJAX 2020.2.512.40
<telerik:RadAsyncUpload RenderMode="Lightweight" runat="server" ID="AsyncUpload1" AllowedFileExtensions="jpeg,jpg,gif,png,bmp" OnClientFileUploading="OnClientFileUploading" OnClientValidationFailed="onClientValidationFailed" MaxFileInputsCount="1" TargetFolder="" >
</telerik:RadAsyncUpload>
I have the following scenario: after a postback
RadCombobox with enabled=False breaks AXD code like attached sceenshot. No Telerik components are working anymore. I am 100% sure this was working before the update.
When I set the RadCombobox the to enabled=True everything works fine.
Please advise...
Marc