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.
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?
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???
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.
CSS to adjust width:
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?

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.
We do have a Kendo Scheduler bound to a remote data source.
The transport configuration of this scheduler's data source is done using remote urls (for CRUD), and this works perfectly,
On the server side, we make a lot of checks. So if some requirements are missing, Create, Update or event Destroy operations wouldn't pass and user will be shown the meaningful error.
The problem we're facing now is like the following :
For the Destroy action, what kind of response should we send back (from the server) to the scheduler component (in the browser on the client side ) to prevent removal of events in the UI in renderforest mod apk?
We've tried :
But events are still removed from the UI, nevertheless the error event is fired. We even use this event to notify errors to end used.
Thank you.
Hi
Whenever we are importing pdf file to process ,we are getting below error.
Could you please Kindly help Asap.
Thanks and Regards,
Bhavya.
The latest version of the Visual Studio Preview (17.4 preview 2) has introduced a connection issue with the Telerik NuGet servers.
[Telerik] Failed to retrieve metadata from source 'https://nuget.telerik.com/v3/search?q=&skip=0&take=26&prerelease=false&supportedFramework=.NETFramework,Version=v4.8&semVerLevel=2.0.0'.
An error occurred while sending the request.
The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
The remote certificate is invalid according to the validation procedure.
The feed is still working on the same machine using Visual Studio 2022 17.3.4.