Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
160 views

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?

diane
Top achievements
Rank 1
 answered on 04 Dec 2017
0 answers
86 views
How do I make it so when I expand a mobile RadMenu it expands a child menu item selection?
Eric
Top achievements
Rank 1
 asked on 04 Dec 2017
5 answers
129 views
How to put in the text box editor several images selected in the module "ImageManager" when the property "AllowMultipleSelection" is set to true ?
<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>
If I choose one picture, it all works well. But if two or more, then I click on the "Insert" button, nothing happens.
Help me please
Vessy
Telerik team
 answered on 04 Dec 2017
1 answer
90 views

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.

Peter Milchev
Telerik team
 answered on 04 Dec 2017
1 answer
876 views

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?

Rumen
Telerik team
 answered on 04 Dec 2017
1 answer
77 views
When I publish my latest version of a web form 2010 application that uses a recent Telerik radeditor tool to the production app server, my application cannot find a Telerik object called 'Windows7'. 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 editor tool installed on that computer. Now I have a new windows 10 computer and I only installed latest version of the Telerik editor 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?
Rumen
Telerik team
 answered on 04 Dec 2017
1 answer
270 views
Hi, I am unable to add RadAsyncUpload in RadGrid with progress bar clicking on only submit button. I have added multiple columns in RadGrid with progress bar but while selecting video file, progress bar is apprearing but I require progress bar only on Submit button and progress bar should work on row by row. Please help me to achieve progress bar in percentage where we are converting and uploading files.
Attila Antal
Telerik team
 answered on 04 Dec 2017
3 answers
116 views

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

 

 

Vessy
Telerik team
 answered on 04 Dec 2017
17 answers
1.3K+ views
I have a RadGrid with AutoGenerateColumns set to true.  I also set up the grid so it can be exported to excel using format Xlsx. 
There are several columns in the grid with data.  One field in a column start with a minus sign (-) which makes the export go into error with following message :

We found a problem with this formula. Try clicking Insert Function on the Formulas tab to fix it.\n\nNot trying to type a formula? When the first character is an equal (=) or minus (-) sign, RadSpreadsheet thinks it is a formula. For example, when you type =1+1 the cell shows 2.

The other fields in that column are all text.  Is it possible to set the RadGrid (or the Export settings) that all columns are TEXT without defining all columns seperate? 

Thank you for any response.

Suzy
Atif
Top achievements
Rank 1
 answered on 04 Dec 2017
1 answer
64 views
RadTreeView with Drag Drop in Client side worked for me using http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/draganddropnodes/defaultcs.aspx. But I want to persist these changes on server using Ajax. Is there is any example?  I have this example, only works for server http://www.telerik.com/community/code-library/aspnet-ajax/treeview/saving-changes-from-drag-and-drop-in-the-database.aspx I need example in Ajax
aly
Top achievements
Rank 1
 answered on 03 Dec 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?