Telerik Forums
Community Forums Forum
0 answers
190 views

I am using Kendo UI with ASP.NET MVC. There are 6 dropdowns on the home page, taking a lot of time to load the data, 45 seconds. Data is not large.

This is how all the dropdown are written:

 

@(Html.Kendo().ComboBoxFor(model => model.ProductId) .Name("GreenProduct") .DataTextField("Name") .DataValueField("ProductId") .AutoBind(false) .DataSource(datasource => datasource .Read(read => read .Action("GetProductForProject", "Product") .Data("hierarchy.filterProduct") .Type(HttpVerbs.Post) ) .ServerFiltering(true) ) .Filter(FilterType.Contains) .Suggest(false) .Delay(0) .HtmlAttributes(new { style = "width:100%" }) )

I don't want to load data on dropdowns on page load. If data loading on dropdown click that will also be ok. How can I fix this ?

 

 

 

n/a
Top achievements
Rank 1
 asked on 12 Dec 2022
1 answer
318 views
I try to update dotnet-ef tool (nothing to do with telerik) but my command line says..

dotnet tool update --global dotnet-ef
C:\Users\.....\AppData\Local\Temp\39691258-df65-4470-843c-6b086590af0f\restore.csproj : error NU1301: Failed to retriev
e information about 'dotnet-ef' from remote source 'https://nuget.telerik.com/v3/package/dotnet-ef/index.json'.
Tool 'dotnet-ef' failed to update due to the following:
The tool package could not be restored.
Tool 'dotnet-ef' failed to install. This failure may have been caused by:

* You are attempting to install a preview release and did not use the --version option to specify the version.
* A package by this name was found, but it was not a .NET tool.
* The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
* You mistyped the name of the tool.

For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool

Eino
Top achievements
Rank 1
 answered on 11 Dec 2022
63 answers
651 views
When I clicked "Reply" button on Telerik forum post the server answered as "Oops ..."
and post did not go to forum. I've tried a few times - same answer from Telerik server but
later all clicks worked out and I have few identical posts in a forum:
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/how-to-use-jquery-in-html-page.aspx
How to delete extra identical forum posts?
wahab
Top achievements
Rank 1
 answered on 07 Dec 2022
1 answer
153 views

Hi good day,

I would like to asks if there is a way to modified the loader of RadListView when triggering the IsLoadOnDemandActive?

Because my issue was the loader in IOS is not really visible to the screen altho its there but its barely seen(you can see in the attached files)

Btw this is on Xamarin.

Regards 

Redner

Didi
Telerik team
 answered on 05 Dec 2022
0 answers
197 views

Hi,

I am using kendoDropDownList in my application. I am trying to get and set values and text using Value() and Text() methods of kendodropdownlist. But while trying to get and set those values I am getting below error. Can you please let me know how to check if a kendodropdownlist has been intialized or not. I have tried checking undefined but somehow it still throws the same error. 

 

 

Shubhankar
Top achievements
Rank 1
 asked on 29 Nov 2022
1 answer
119 views

reportParameter  PropertyChanged event handler not working, please help

our application is using this version of telerik -- "telerikReportViewer-12.0.18.125.min.js"

Here is a sample of my code

Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();

reportParameter1.PropertyChanged += ReportParameter1_PropertyChanged;

private void ReportParameter1_PropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e)
{

       //some code removed 

 }

A break point in ReportParameter1_PropertyChanged is never hit; do you have a SDK or some code snipping of how this event handler is used and how it is called?

Dimitar
Telerik team
 answered on 21 Nov 2022
0 answers
152 views

While uploading multiple files in Async due to the slow internet connection it gave connection errors and file uploading failed and asked to retry the file.

Is there any solution to my problem???

1 more thing can I upload multiple files synchronously???

 

0 answers
142 views

Hi team,

I'm using Sparkline option to plot 100% stacked bar graph as it has to be very small to fit in my screen.

But I see the values are not plotted evenly as expected

As in the above snap, the 70% and 20% looks almost similar interval. I'm attaching the code below. Kindly help me how to handle this.

<Sparkline type="bar" style={{ cursor: 'pointer', margin: '-10px 0px 0px 9px' }}>
                        <ChartSeries>
                            <ChartSeriesItem
                                labels={{
                                    visible: true,
                                    position: "center",
                                    background: "none",
                                    color: "white",
                                    content: () => "70"
                                }}
                                type="bar"
                                stack={{
                                    type: "100%"
                                }}
                                color="#68D560"
                                data={[70]}
                            />
                            <ChartSeriesItem
                                labels={{
                                    visible: true,
                                    position: "center",
                                    background: "none",
                                    content: () => "20"
                                }}
                                color="#FFC527"
                                type="bar"
                                data={[20]}
                            />
                            <ChartSeriesItem
                                labels={{
                                    visible: true,
                                    position: "center",
                                    background: "none",
                                    color: "white",
                                    content: () => "10"
                                }}
                                color="#EE3124"
                                opacity={0.7}
                                type="bar"
                                data={[10]}
                            /></ChartSeries>
                    </Sparkline>



CSS to adjust width:

.k-sparkline {
        width: 212px !important;
        height: 71px !important;
    }

Nithya
Top achievements
Rank 1
Iron
 asked on 16 Nov 2022
1 answer
106 views

Hello does anyone else have an issue with the latest FiddlerCore 5.0.2 not decoding responses correctly?

It captures HTTPS traffic fine but runing the session.utilDecodeResponse() method returns garbage.

Interestingly the windows app works fine

Any thoughts?

Nick Iliev
Telerik team
 answered on 03 Nov 2022
0 answers
121 views

On November 1, 2022, the OpenSSL Project released OpenSSL version 3.0.7. This release is a security-fix and addresses two "High" severity vulnerabilities, https://www.openssl.org/news/vulnerabilities.html.

Progress has already conducted a thorough review of our products and determined that none of our products are using the impacted version of OpenSSL as shipped and/or deployed. To stay current with the latest information on this topic, please visit https://www.progress.com/security.

Dragan
Top achievements
Rank 1
 asked on 02 Nov 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?