For example, when Fiddler Classic is open and capturing, I open Minecraft and the skin won't load or another example, it won't try to open Roblox, it crashes directly. If Fiddler Classic is open and does not capture, there is no problem, but when it does, it breaks most applications.
Methods I have tried:

we are integration ARCGIS SDK with KENdo UI latest version, both components working without having any issues, when i intergate it is thoring below error , please help me here.
Cannot destructure property 'spans' of 's' as it is null.
Hello,
Is there a control in planning that will make it possible to carry out a technical analysis? Something like the https://www.tradingview.com/chart. I still miss that in the Telerik kit. It would be a great new development for Maui, WPF and ASP.

Hello,
Product: Telerk TestStudio, Version: 2023.1.329.1
Browser: Chrome, Version: 116.0.5845.97 (Official Build) (64-bit)
In automation, I need to navigate from start page to end page to complete the contract creation process which requires entering/selecting info and navigate to next pages by clicking on "Next" button. In this process after clicking on Next button, next page takes more than 30 secs to load (~40-50 secs). And automation fails at that moment with exception. Exception attached.
For instance, there are 3 pages to complete the process. I am selecting few values on the 1st page and clicking on the Next button. It navigates to the 2nd page immediately. But when click Next button on 2nd page, it is taking more than 30 seconds before it goes to 3rd page.
NOTE: I am clicking "Next" button on 2nd page. As soon as I click on Next, it is trying to go to 3rd page. But it takes more than 30 secs on 2nd page before it navigates to 3rd page.
I tried different ways to to solve this problem to wait until the next page is displayed.
1. By updating ClientReadyTimeout to 180000 milliseconds
int oldValue = Manager.Settings.ClientReadyTimeout;
Manager.Settings.ClientReadyTimeout = 180000;
ActiveBrowser.Window.SetFocus();
Pages.EntrustPartnerPortal27.ProductConfigSubmitSubmit.ScrollToVisible(ArtOfTest.WebAii.Core.ScrollToVisibleType.ElementTopAtWindowTop);
Pages.EntrustPartnerPortal27.ProductConfigSubmitSubmit.MouseClick(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 0, 0, ArtOfTest.Common.OffsetReference.AbsoluteCenter);
Manager.Settings.ClientReadyTimeout = oldValue;2. By updating Client Ready Time to 120000 from Test Ribbon. Screen shot attached
Question: How can I resolve the issue so automation wait until next page is displayed after clicking on Next button?
Please provide the solution to overcome this issue.
Regards,
Ashish Thakkar

Hello Team,
We are developing a mobile application using Xamarin forms.
We need to edit the pdf form and show the edited form in Telerik pdf viewer.
we completed the pdf edit functionality and we can able to view edited details on 3rd party apps.
but, we cannot able to view edited details in Telerik pdf viewer control.
Kindly suggest viewing the edited details and editing the pdf form in pdf viewer.
regards,
Manikandan K

Hi Team,
I am facing a strange issue.
I included all required scripts in _layout.cshtml head section.
In child page(Index.cshtml):
If I try to do remote call and assign data to grid, then it return KendoGrid is not a function error in console.
But if I try to create grid using a static data, grid is loading as expected.
As per my understanding, here issue is if i make a remote call or ajax call which can take some amount of time to fetch data, then I am facing this error otherwise with some static data, grid is working fine.
If anyone knows fix, please help
I am writing to raise an issue regarding a problem I encountered while upgrading our Sitefinity instance. We recently initiated an upgrade process to the latest version of Sitefinity, and we've encountered an issue related to the AjaxControlToolkit path not being found.
Despite following the standard upgrade procedure and ensuring that all necessary components and dependencies were properly migrated, we consistently encounter a "Could not find a part of the path '...\AjaxControlToolkit.3.0.20820.0'" error when attempting to use the AjaxControlToolkit features. The AjaxControlToolkit Package is present in the package folder but it is unable to locate it.
Error Details:
This happens when i try to upgrade all the process happens seemlessly only this creates the issue please provide the solution.
And after the fail upgrade it's not even rollbacking the updates.