I had VS2015 Enterprise open whilst I updated the installer. The setup warned me - however all 3 buttons Retry, Ignore, Cancel are greyed out. I closed VS2015 (had to kill devenv.exe) and buttons still greyed out. The window is unresponsive - cant close it. See attached.
Killed it off and it worked. Might be some bug here!
Team,
When we are trying to select data from Kendo DropDown List in our wep application in mvc platform. It automatically pop ups keypad and clashes with
Dropdown items and then closes the dropdown.
So we are not able to item from kendo dropDown.
Shakti
When I logged into Telerik Control Panel this morning, it indicated that I had an older version and would need a new one. When I click the link to load the new version, I get a screen with Your Account and Products, etc. on the header, but in the middle of the screen alls it does it run through a loading graphic. Nothing ever comes up.
Is there a direct download link for the new version or do you know why this is happening? I experience the same results from IE, Chrome and FireFox.
Thanks
I have been using the Telerik Control Panel for several years now. This morning when I launched the program it stated that my "install" was too old and that I would need to visit my account page and download a fresh copy.
While I can easily do this, I am confused on one basic point. Does the program actually install? After running the program the contents of the "Control Panel" folder in the Telerik x86 folder is empty. It does seem to function.
Each time I run the program it seems to uncompress, run, then remove itself from memory leaving the initial downloaded file ready to be clicked upon again.
Am I missing something or is this expected behavior? I no longer see the program in the add/remove program list.
Earlier I was using the telerik.web.ui.dll with version 2009.2.826.35,after that i upgraded my dll with version 2013.1.403.40.The issue i am facing is with Telerik RadDatePicker. In the previous version i select the date from the calender and that comes under the "SelectedDate" property.After this i was doing _dopostback event in the .net and after postback i was getting the same value in the "SelectedDate" property.
But with the Version 2013.1.403.40,after "_dopostback" event the "SelectedDate" is coming as null and the entered Date is coming under the property "InvalidTextBoxValue".
My code is like :
The Calender Control :
<telerik:RadDatePicker ID="cldDueDate" DateInput-TabIndex="6" DateInput-DateFormat="MM/dd/yyyy"
DateInput-EmptyMessage="MM/DD/YYYY" CssClass="RegularText" Width="110px" runat="server">
</telerik:RadDatePicker>
function ValidateReleaseTransaction(vDate) {
if (confirm(' Please check the date ' + vDate + ' Do You Want to Proceed?'))
__doPostBack('lnkReleaseTransaction', '');
}
protected void lnkReleaseTransaction_Click(object sender, EventArgs e)
{
try
{
string DUEDATE = cldDueDate.SelectedDate == null ? cldDueDate.DateInput.Text.Trim() : Convert.ToDateTime(cldDueDate.SelectedDate).ToString("MM/dd/yyyy");
}
catch (Exception ex)
{ JSMessage(ex.Message); }
}
I am using the UpdatePanel
that after the _dopostback event of .net the selectedValue of RadDatePicker
Microsoft are enforcing the usage of newer signing
certificates (SHA256, instead of SHA1). Because of that, a warning is shown
when downloading MSI files using Internet Explorer or Edge (Figure 1).
Figure 1
This warning can safely be ignored, if you obtained the MSI files from our website (http://www.telerik.com).
Detailed information from Microsoft: LINK
The workaround is to use browser different than Internet
Explorer or Edge, or simply ignore the warning.
We are currently working on fixing the described issue.
Thank you for your understanding.
Regards,
the Telerik team
Download Progress : Done, yet it shows 848 MB / 849 MB
Current Operation Progress progress bar never shows anything during the installation process.
See attached screenshot.
Hi,
I cannot open Control Panel since it requires an update, as it often does. But now I get that the Control Panel already is installed. And of course it is, I am trying to update it, but installation stops with that message.
Regards
Pia
I get the following error when trying to install the Telerik Control Panel:
Application: TelerikControlPanel.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
Stack:
at System.Diagnostics.FileVersionInfo.GetVersionInfo(System.String)
at Telerik.CommonInstaller.ControlPanel.Program.GetInstalledApplicationVersion(System.String)
at Telerik.CommonInstaller.ControlPanel.Program.TryLaunchInstalledApplication()
at Telerik.CommonInstaller.ControlPanel.Program.Main()
Rob