Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
132 views
Hi,

I am using a trial version of RadEditor SharePoint 2010 to see if it suits our project needs. I actually wish to replace the existing HtmlEditor in SharePoint Wiki with telerik RadEditor.

Our company standard font is "Avenir-Medium" and I am supposed to show this font in the "FontNames" dropdown of the RadEditor. I included the fontname in the ToolsFile.xml available at the below location of all our WFE servers.
My local desktop also has Avenir-Medium font installed. Still I am not able to see the new font in the FontNames dropdown. Could you please let me know if I am missing any configurations.

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\6.3.1.0__1f131a624888eeed\Resources\ToolsFile.xml

<fontNames>
<item name="Arial" />
<item name="Calibri" />
<item name="Comic Sans" />
<item name="Courier" />
<item name="Garamond" />
<item name="Georgia" />
<item name="Impact" />
<item name="Lucida Console" />
<item name="Palatino Linotype" />
<item name="Times New Roman" />
<item name="Trebuchet MS" />
<item name="Verdana" />
<item name="Avenir-Medium" />
</fontNames>


Thanks,
Syed
Rumen
Telerik team
 answered on 18 Jun 2012
1 answer
56 views
Hello,

I have a problem with a LoadingPanel in a RadGrid. I register a javascript function which will scroll to a specific element by using the RegisterClientScriptBlock method. The scrolling will work, but the LoadingPanel won't disappear. The funny thing is, when I simply click on the LoadingPanel, it will disappear.
How can I ensure that the LoadingPanel will disappear?
Maria Ilieva
Telerik team
 answered on 18 Jun 2012
1 answer
125 views
Hi,

   This is Rathan . am using comboboxes in my form , set the tab index to combobox but it not working properly .when the selected indexchanged event fired the tabindex automatically focus goes to top control and if am using two comboboxes one by one its not goes to the tab to next combobox . so please  let me know .


Thank you in advance. 
Princy
Top achievements
Rank 2
 answered on 18 Jun 2012
3 answers
343 views
Hello,

I have a problem with this KB : http://www.telerik.com/support/kb/aspnet-ajax/fileexplorer/ftpcontentprovider.aspx .

I need to use a FTP connection in my RadFileExplorer. I dont understand what I should do.
Can you explain me what I must include in my solution ?

How can I create a FTP provider and use it ?


Thanks for getting back to me. 


PS : Sorry for my english, I'm french programmer
Dobromir
Telerik team
 answered on 18 Jun 2012
1 answer
89 views
Hi Telerik,
We are using radFileExplorer and when I'm compiling my code I'm getting a compiler warning.
d:\Integrations\XXXXX\FileUpload\Default.aspx(130): warning CS0618: 'Telerik.Web.UI.RadToolTipBase.M
anualClose' is obsolete: 'This property is obsolete. Please use HideEvent="ManualClose" instead.'
Here is my code:
 <telerik:radfileexplorer runat="server" id="ruFileExplorer" skin="Office2007" width="502px" height="464px" treepanewidth="150px"
onclientdelete="OnClientDelete" onclientload="OnClientLoad" OnClientItemSelected="OnClientItemSelected">
<configuration MaxUploadFileSize="1073741824" />
</telerik:radfileexplorer>
Dobromir
Telerik team
 answered on 18 Jun 2012
4 answers
128 views
Hi,

Iam using telerik grid with self-heirarchy feature. Here i need to have PAGINATION on child items instead of Parent Items. Please provide solution to do the same.

Ex: (See Attachment)
Pagination should be like: st - st (1st child item of 1st parent item - last child item of last parent item)
instead of: Do - Do
Ankit
Top achievements
Rank 1
 answered on 18 Jun 2012
2 answers
105 views
Hi
I am using telerik UI controls(2008) in my project.I need to upgrade the version of my telerik RADEDITOR from 2008 to 2012 rest should be in 2008.Is that possible??.

Thanks,
Sandeep
Sandeep
Top achievements
Rank 1
 answered on 18 Jun 2012
3 answers
193 views
Hey all

I was wondering how you can copy a value as text from one combo box to another (as text on the destination combobox) using javascript, and concatenating additional values as a text string.

Thanks!
Princy
Top achievements
Rank 2
 answered on 18 Jun 2012
10 answers
534 views
When a user edits a row in my RadGrid, a popup form is used to edit it. The WebUserControl that is used will vary depending on what is being edited. I set the WebUserControl as follows:

e.Item.OwnerTableView.EditFormSettings.UserControlName = "PropertyListsNumber.ascx"

In PropertyListsNumber.ascx I have another user control. This nested control is a RadComboBox. The combobox is populated with checkboxes and javascript is used to concatenate the checked selections, as shown in one of the Telerik demos. The combobox does get populated but when you go to check off an item in the dropdown, a run-time error occurs indicating that the object could not be found. I have verified that my Javascript code is correct.

It isn't even possible to set a breakpoint or open any script in VS to set one. Even using "debugger;" will not work. After playing around with the code, I moved the javascript outside of the nested control and put it into a normal javascript file and had the script registered from the page hosting the control that was hosting the nested control. I was able to get a breakpoint to work although this really didn't help to solve my problem. What it did tell me is that if the script is not registered, it cannot get executed. I was under the impression that any user controls, no matter how nested they are, all get merged and the scripts get executed. That does not seem to be the case. If you look at the code I am showing above, the user control gets set at run-time, so it appears that ASP.NET is not even aware of the script since it could not have gotten registered at runtime, which might explain why it isn't getting executed.

I also tried using RegisterScriptBlock and RegisterCodeBlock inside the nested control but that did not help either.

So how can I get the script in the nested control to get executed? Or maybe even more to the point, how can I get it registered?

Thanks
Johann

Maria Ilieva
Telerik team
 answered on 18 Jun 2012
1 answer
188 views
I have an entity with values and bind it to a RadGrid that uses GridBoundColumn for all columns.

everything comes back great.

i need to add a custom row.   in that custom row the first cell needs to have a colspan of 3  then the rest can follow in order.

Below is the simple bind I do and it brings back the detail rows from the entity.

How can add a new row........

colspan the cells I want within that row

apply a total from the column i want from the GridBoundColumn within that custom row cell.

                grdInfo.Setup(false, true, true);
                grdInfo.ClientSettings.Selecting.AllowRowSelect = true;
                grdInfo.DataSource = Solution.Detail;
                grdInfo.DataBind();

Thanks In advance
Radoslav
Telerik team
 answered on 18 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?