Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
85 views
Hello Telerik Team,

I need your help. I want to upgrade my telerik radcontrols for ASP.NET ajax  from version "2011 Q1" to "2012 Q2".  can you guys help me with the following:

NOTE: we are using purchased version.

1) Please can you provide us the link from where we can get the proper updation procedure. About what thik we need to care before upgrading the version of radcontrols. (Note we have updated the telerik version at one of the system at our end, and we were facing so may issue with the controls such as Radinput textbox size is resized and tabstrips having the spaces and etc). From where we can get the proper guide to update the version?

In short : I'd like to refer the document  which can explain what's involved in doing the upgrade and propose how we should proceed :)

2)  From where i will be getting the release notes and documentation since 2011 Q2 to understand any fundamental changes that have been made by telerik team.

3) We are using TFS , so shall we directly update the version from TFS menu --> Radcontrols for ASP.NET Ajax --> upgrade wizard or we should proceed with replacing dll or some other way? Please recommend us the best way.

Any other suggestion will be highly appriciated.

I will be highly gratified , if your team can help me to move forward with the upgradation in the proper way.

Have a great day!!!!

Thanks
Petar
Telerik team
 answered on 03 Sep 2012
3 answers
189 views
I need some guidance on how to accomplish the following.
1. Need to bind datepicker to datatable or list
2. Then only highlight and enable the dates in that datatable or list, all other dates to be disabled

Thanks
Tsvetina
Telerik team
 answered on 03 Sep 2012
1 answer
165 views
Hi,

I created a RadGrid control which shows up list of items from SharePoint List. Now how to get that selected row or just a single column of that selected row from that RadGrid view in to a label or string.

Thanks!
Pavlina
Telerik team
 answered on 03 Sep 2012
2 answers
155 views
Question:  I'm trying to add a RadEditor to my application - but it's a control generated on the fly in the back end.

How can I add this control (and limited features) dynamically in the code behind?
Basically, all I want to do is add the editor with the following:
  • Font Choices (limited to: "Arial", "Times New Roman", "Frutiger Roman")
  • Text Size (limited range from 8px - 25px)
  • Font Color Choices (limited to maybe 3 or more colors)
  • Font Bold
  • Font Italic
  • Font Underline
  • Cut/Copy/Paste

Thanks in advance.

Rumen
Telerik team
 answered on 03 Sep 2012
3 answers
99 views
We have users, particularly IE 8 users, having issues where they get the error :
Stop Running this script?
A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer might become unresponsive.

I have been trying to optimize where we clear and add nodes to the tree and wanted some advice if possible. We have an older version of Telerik so we don't have the new bulk load option where I could pass in an array.

Currently to clear nodes I am doing :
               
                var nodes = tree.get_allNodes();
                for (var i=0; i < nodes.length; i++) {  
                    if (nodes[i].get_nodes() != null) {  
                        nodes[i].get_nodes().clear()
                    }  
                }

For adding nodes I am using
var tree = $find("<%= control.ClientID %>");
                var Node = tree.findNodeByText('NodeText');
                    var newNode = new Telerik.Web.UI.RadTreeNode();
                    newNode.set_text('');
                    newNode.set_value('');
                    newNode.check();
                    Node .get_nodes().add(newNode);

Once we get start adding close to a hundred nodes per each parent node we get this error. Any help / advice is greatly appreciated. IE9 users do not see this issue.
Boyan Dimitrov
Telerik team
 answered on 03 Sep 2012
1 answer
109 views
I have the below fomat of bullets in outlook as Shown bellow in image, when I copy this into Editor

 


It get's converted into: this format

v 
Out-of-the-box XHTML-enabled Output...

v  Unmatched Loading Speed and Performance

v  Microsoft Word-like Spell-checking

v  Seven Ways for Pasting from Word

v  Multilevel Undo/Redo with Action Trails

v  Extended Functionality Through Integrated Controls


"I want to show the original Bullets into telerik without changing any format of bullets "

Thanks
Pardeep

Rumen
Telerik team
 answered on 03 Sep 2012
1 answer
72 views
http://www.telerik.com/community/code-library/aspnet-ajax/grid/radgrid-client-side-toggle-selection-with-server-side-persisting-of-the-selected-items-after-sorting-filtering-and-paging.aspx

In reference to this article.
After you click on the button and save the entries. Only the selected rows on the first page are still being displayed. The other rows are loss.
This is the issue:
void RadGrid1_PreRender(object sender, EventArgs e)
     {
         string IDs = string.Empty;
         string rowIDs = string.Empty;
         foreach (GridDataItem item in RadGrid1.MasterTableView.Items)--->
         {
             CheckBox checkBox = item["template"].FindControl("CheckBox1") as CheckBox;
             if (checkBox.Checked)
             {
                 IDs = IDs + item["LinkNumber"].Text + ",";
                 rowIDs = rowIDs + item.ClientID.ToString() + ",";
             }
         }
         if (!string.IsNullOrEmpty(IDs))
         {
             IDs = IDs.Substring(0, IDs.LastIndexOf(","));
             int rowCount = RadGrid1.PageSize;
             ScriptManager.RegisterStartupScript(Page, Page.GetType(), "setSelectedAfterPostback", "setSelectedAfterPostback('" + rowIDs + "', " + rowCount + ");", true);
             Label1.Text = IDs;
         }
     }

Please let me when there is a fix.
Kostadin
Telerik team
 answered on 03 Sep 2012
1 answer
56 views
Hi,Guys,

I put some buttons on the left and a RadEditor on the right.

What I want to do:
1.click the button,then the RadEditor will show the specific html content.
2.the buttons not only mean a hyperlink but also a anchor in one page.
when clicking the anchor,the content in RadEditor will go to a specific localtion.

I write a js function for going to the anchor's position in the RadEditor's content.
The js function(scrolltoView) is registed when clicking the button with AjaxManager.

The problem:
1.when refreshing the content in RadEditor,the js function is fired and the RadEditor goes to the right position.
2.Howerver ,after the RadEditor is refreshed completely,it looks like the RadEditor loads some css style and then it goes to the wrong position.

How could this happen?Could I excute my js function after the css of RadEditor is loaded completely?

Thanks a lot,
Jack

Rumen
Telerik team
 answered on 03 Sep 2012
1 answer
57 views
Hello, I'm trying to use the control RadSocialShare with SendEmail button, it works fine, but I need to modify the appearance of the popup form to send the mail, such as not having control desire captcha, need to leave information in Spanish so as validations, how could you do this?
Thanks,
Marin Bratanov
Telerik team
 answered on 03 Sep 2012
1 answer
128 views
hello Telerik Team,

While upgradation of Telerik radcontrols for ASP.NET ajax i reach one point where i seek your guidance. In some blogs i have read that the Telerik RadControl Upgrade Wizard simply replace the existing DLL files with the Upgraded DLL files. So my question is, does make any difference when i directly replaced the downloaded DLL files with the previous DLL files?
so if this is true that "Upgrade Wizard" simply replaces the older version DLL files with newer version DLL files then instead of using "Upgrade Wizard" can we manually replace the older DLL with newer DLL directly?

Apart from replacing the upgraded DLL files with the older DLL files, does Telerik upgrade wizard provides any additional advantages?

Thanks,
Ashish
Rumen
Telerik team
 answered on 03 Sep 2012
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
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
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?