When I publish my latest version ofsds a web form 2010 application that uses a recent Telerik radeditor tool to the production app server, my application cannot find a Televvfrik object called 'Windows7'sdsdgfdfd. However when I deployed the latest version of the application to a test app server, there was no problem.
The difference between those two versions of the web form 2010 application, I was using my old Windows 7 computer that had 4 or 5 versions of the Telerik tool installed on that computer. Now I have a new windows 10 computer and I only installed latest version of the Telerik tool on that new computer.
When I compare the Telerik references of the web.config file generated from my new computer versus the web.config file generated previously from my old computer, there are a lot less Telerik references.
Thus I am wondering if I need all the previous versions of the Telerik installed of the radeditor placed on my new computer placed on my new computer in sequential order? If so, I probably should uninstall the current version of the Telerik tool on my new computer and reinstall that version after the other versions of the telerik tool have been installed. If not, should I just leave the current version of the Telerik tool on my computer and install the other missing versions of the Telerik tool?
If my suggestion would not work, can you tell me what you suggest I do to solve my problem?
<
telerik:RadEditor
ID
=
"RadEditor1"
runat
=
"server"
content='<%# Bind("cText") %>' Width="100%" AutoResizeHeight="True">
<
ImageManager
AllowMultipleSelection
=
"true"
EnableThumbnailLinking
=
"true"
ViewPaths
=
"~/Images"
UploadPaths="~/Images
DeletePaths
=
"~/Images"
SearchPatterns
=
"*.jpeg,*.jpg,*.png,*.gif,*.bmp"
EnableAsyncUpload
=
"true"
/>
<
Modules
>
<
telerik:EditorModule
Enabled
=
"true"
/>
</
Modules
>
</
telerik:RadEditor
>
I was trying the cloud-upload demo for Azure and used the filename エバの画像.png, this hung, the file so only 42k, it works fine with with english filenames.
Can the cloud-upload work for Double-Byte Languages such as Japanese or Korean.
I am working on a laptop maintaining web applications for 2 different clients
they both purchased Telerik - Web UI for Ajax - yay
unfortunately, different versions - the main client just bought it but the other client has the version from 2013
I need to write a simple CRUD page and WOULD LOVE TO USE A RADGRID not go back to Microsoft's GridView (ugh!)
how do I configure the web config to ignore the version in the GAC?
Hello,
I'm trying to export the grid in excel format with the code below and it's not being processed, I need something else installed, I do not have Excel, but LibreOffice installed on the machine.
Protected Sub ImageButton1_Click(sender As Object, e As ImageClickEventArgs)
RadGrid1.ExportSettings.Excel.Format = DirectCast([Enum].Parse(GetType(GridExcelExportFormat), "Xlsx"), GridExcelExportFormat)
RadGrid1.ExportSettings.IgnorePaging = False
RadGrid1.ExportSettings.ExportOnlyData = True
RadGrid1.ExportSettings.OpenInNewWindow = True
RadGrid1.MasterTableView.ExportToExcel()
End Sub
Thank you,
Automatically translated