Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
219 views

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.

Rumen
Telerik team
 answered on 23 Mar 2023
0 answers
111 views

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

Efrat
Top achievements
Rank 1
 asked on 23 Mar 2023
0 answers
126 views

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.


Thank you very much in advance.
Fabio
Top achievements
Rank 1
Iron
Iron
 asked on 22 Mar 2023
1 answer
93 views
Is it possible to bold CheckAll text in listbox?
Rumen
Telerik team
 answered on 22 Mar 2023
1 answer
96 views

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.

Attila Antal
Telerik team
 answered on 22 Mar 2023
1 answer
1.5K+ views

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

 

 

Rumen
Telerik team
 answered on 22 Mar 2023
0 answers
178 views
Please help me, I have no idea how to upload the images form local computer to the remote computer's folder. I don't know how to write the code about the remote folder' path   on "TargetFolder" and how to test it whether it uploaded correctly. Please give me an example. Thanks very much!
<telerik:RadAsyncUpload RenderMode="Lightweight" runat="server" ID="AsyncUpload1" AllowedFileExtensions="jpeg,jpg,gif,png,bmp" OnClientFileUploading="OnClientFileUploading" OnClientValidationFailed="onClientValidationFailed"  MaxFileInputsCount="1" 
TargetFolder="" > 
</telerik:RadAsyncUpload>

Colin
Top achievements
Rank 1
Iron
 asked on 22 Mar 2023
0 answers
143 views

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

Fit2Page
Top achievements
Rank 2
Bronze
Iron
Iron
 asked on 22 Mar 2023
0 answers
182 views

Good morning,

I have link button in my aspx file:

<asp:LinkButton ID="LinkButton1" Font-Size="X-Small" TabIndex="-1"
                                                                            Height="25px" Width="90px" Visible="false" BorderColor="WhiteSmoke" BackColor="#5A8EC1" BorderStyle="Solid" ForeColor="White" OnClientClick="approveConfirm();return false;"  runat="server" Font-Names="Verdana">APPROVE</asp:LinkButton>

Below is approveConfirm() function:

                  

 

    <script type="text/javascript">


        function approveConfirm() {

            if (radconfirm("Are you sure you want to Approve and ready to proceed?", callbackFn2, 400, 200, null)) {
                return false;
            }
            else {
                return true;
            }

        }
        function callbackFn2(arg) {

            var ajaxManager = $find("<%=RadAjaxManager1.ClientID%>");
            if (arg) {
                ajaxManager.ajaxRequest('okApprove');
            }
            else {
                ajaxManager.ajaxRequest('notApprove');
            }

 

For some reason when Linkbutton is disabled, and I still was able to click on this button and confirm popup message appeared. I need only to appeared confirm popup message when button is enabled.

Thanks so much for your help.

Vitaly
Top achievements
Rank 1
Iron
Iron
 asked on 21 Mar 2023
1 answer
139 views

When I use RadImageEditor / Tools / CommandName / CustomSave the image is saved without the dialog box...

What if I want to export the image "CommandName="Export" without the "Save Image on Server" dialog appearing?
Only "Download Image" is displayed....
See picture....

 

Attila Antal
Telerik team
 answered on 21 Mar 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?