Telerik Forums
Telerik Control Panel Forum
6 answers
330 views

As the title suggest, when I install Terlik controls by running the control panel as a local administrator account, the tools don't properly setup in Visual Studio 2017 for my standard account.

Due to company policy, installations on our desktop have to be completed with an administrator account different than our regular user account.    So, the only way for me to install the tools is via a different account.   This installation "works", and all Telerik is installed on my desktop, but Visual Studio does not recognize Telerik when I run my standard account which is used for development (see "StandardView.jpg" attached).

If I run Visual studio under the administrator account, the Telerik menus, toolbars, etc.. show up in Visual Studio (see "RunAsAdmin.jpg" attached), but then I am unable to develop due to our security policy restrictions.  I have to develop in an account different than this administrator account, but cannot with the Telerik tools.

Is there a method to make this automatically install for my standard account as well when installing with the admin account?

 

Thanks,

Russell

Rajeev
Top achievements
Rank 1
 answered on 14 Jul 2022
0 answers
152 views

Hello,

 

I want to use custom button in telerik Radgrid. can you please let me know how to use it on client side and how to get value on server side?

When I click on custom button that time open one dialog box with generate dynamically textboxes.

Ruchi
Top achievements
Rank 1
 asked on 07 Mar 2022
1 answer
503 views

Following this code sample to grab filtered data: https://docs.telerik.com/blazor-ui/knowledge-base/grid-get-filtered-data

As per description this should return all filtered data, however it does not, it only returns filtered results that are shown on the current page, if you move to the next page it will get next page's results and so on, instead of getting entire filtered data set.

Is there any way to get entire filtered data set?

Thanks.

Marin Bratanov
Telerik team
 answered on 04 Nov 2021
2 answers
157 views

Hello,

I am trying to learn how to use Visual studio to Manipulate test studio test.

I followed instructions from this link https://docs.telerik.com/teststudio/features/test-maintenance/export-visual-studio

When i choose to open the file in Visual studio i get error i click ok and nothing visually happens in visual studio.

if I open the .csproj file directly in visual studio i just see XML skeleton.

 

I have added some screen shots so that you can perhaps understand what im trying to do.

Elena
Telerik team
 answered on 29 Jun 2021
3 answers
231 views

My team has 2 applications using Telerik.UI.for.AspNet.Core, one is using v2020.3.1118 and the other is using v2021.1.119.  Each application up until now was worked on by 2 different developers, but now one developer has been assigned both applications.  

The developer was originally working with v2020.3.1118 and has that installed on his machine via control panel.  Now that he has been assigned the application with v2021.1.119, he can't build it until he installs the new version via control panel.  The problem is that he has to uninstall the older version when the new version is installed (control panel seems to force this). 

Is there something we are missing here, it seems odd to only allow one version to be installed at a time.  We cannot update the older version to the newer without triggering a full QA regression (both manual and automated) that takes several weeks to complete before it goes into our release pipeline. 

Thanks

 

 

carl
Top achievements
Rank 1
 updated answer on 07 Jun 2021
2 answers
9.4K+ views

Scan.cshmtl via View:

@(Html.Kendo().Grid<Main_Kendo.Models.ScannerViewModel>()                <---  Html.Kendo gets red underline error ??? 

.Name("Grid")         

.Columns(columns =>         

{             

columns.Bound(b => b.Scan).Width(140);             

columns.Bound(b => b.BarcodeImage).Width(140);             

columns.Bound(b => b.DropZone).Width(140);             

columns.Bound(b => b.EnteredBy).Width(100);             

columns.Bound(b => b.EnteredDate).Width(130);             

columns.Command(command => command.Destroy()).Width(110);         

})

Whatever below.... 

)

 

The error message:

HtmlHelper <dynamic> doesn't contain a definition for Kendo and no accessible extension method for 'Kendo' accepting a first argument of type HtmlHelper

Already have ScannerViewModel in Models folder, Kendo.Mvc was missing references that I added.   

Dwight
Top achievements
Rank 1
 answered on 26 Apr 2021
4 answers
1.9K+ views

This problem is back with the latest version of Telerik UI R2 2021 (2021.1.119).

After updating the packages using the Telerik Control panel no projects will build om Visual Studio 2019 and Nuget packages will not install. 

 

C:\Program Files\dotnet\sdk\5.0.102\NuGet.targets(131,5): error : The local source 'C:\Program Files (x86)\Progress\ToolboxNuGetPackages' doesn't exist.

The workaround is to manually create this folder: 'C:\Program Files (x86)\Progress\ToolboxNuGetPackages'

Vesko
Telerik team
 answered on 08 Apr 2021
3 answers
92 views

I cannot download the Control Panel from your site., see the screenshot attached.

URL: https://www.telerik.com/download-trial-file/v2/control-panel

Can you advise?

Joseph
Top achievements
Rank 1
 answered on 01 Apr 2021
1 answer
94 views

In order to upgrade to new versions of products I have to uninstall all the existing ones, first. This takes a hundred years and is ridiculously slow.

Add an auto-uninstaller for updated products selected to be installed. That way, I can run it all overnight and, hopefully, it'll be done by morning.

Thank you.

Nikola
Telerik team
 answered on 11 Jan 2021
2 answers
91 views

Hi,
running Control Panel always asks for an update, but when download progressbar display, app crash, with these details:

Application: ProgressControlPanel.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException

Server stack trace: 
   at Telerik.CommonInstaller.Application.ControlPanel.SelfUpdater.InitiateDownloader(String downloadAddress)
   at Telerik.CommonInstaller.Application.ControlPanel.SelfUpdater.StartDownload()
   at Telerik.CommonInstaller.Application.ControlPanel.SelfUpdater.<>c__DisplayClass22_0.<StartUpdateAsync>b__0()
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
   at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(System.Runtime.Remoting.Messaging.Message, Boolean)
   at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(System.Object, System.Runtime.Remoting.Proxies.MessageData ByRef)
   at System.Action.EndInvoke(System.IAsyncResult)
   at Telerik.CommonInstaller.Application.ControlPanel.SelfUpdater+<>c__DisplayClass22_0.<StartUpdateAsync>b__1(System.IAsyncResult)
   at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessageSink)
   at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.DoAsyncCall()
   at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(System.Object)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

 

Faulting application name: ProgressControlPanel.exe, version: 2020.2.624.1, time stamp: 0x5ef36079
Faulting module name: KERNELBASE.dll, version: 10.0.19041.662, time stamp: 0xe6477cce
Exception code: 0xe0434352
Fault offset: 0x0012a892
Faulting process id: 0x2bc4
Faulting application start time: 0x01d6ca1c0fe4f7c7
Faulting application path: C:\Program Files (x86)\Progress\Control Panel\ProgressControlPanel.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: d06cad62-cf72-426e-b267-d03dd1cd40e9
Faulting package full name: 
Faulting package-relative application ID: 

Aldo
Top achievements
Rank 2
 answered on 08 Dec 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?