Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
397 views
Hi,

sorry for my bad english.....

Im building a RadEditor in my codebehind but i don't know the names of some tools i need to add... do you have any list of them???

whith some tool i can use the tootip name but, other tools have two words tooltip and when i try to add them i get the message "The command [name i use for the tool] is not implemented yet".

for example i'm trying to add an horizontal rule and i cant'.

some of my code:
    Protected Sub Page_Load(ByVal sender As ObjectByVal e As System.EventArgs) Handles Me.Load 
        Dim main As New EditorToolGroup() 
        RadEditor1.Tools.Add(main) 
 
        main.Tools.Add(New EditorTool("SelectAll""CTRL+A")) 
        main.Tools.Add(New EditorTool("Cut""CTRL+X")) 
        main.Tools.Add(New EditorTool("Copy""CTRL+C")) 
        main.Tools.Add(New EditorTool("Paste""CTRL+V")) 
        main.Tools.Add(New EditorTool("Undo""CTRL+Z")) 
        main.Tools.Add(New EditorTool("Redo""CTRL+Y")) 
        main.Tools.Add(New EditorTool("HorizontalRule")) 'I GET ERROR IN THIS LINE 
 
 
    End Sub 


Thanks for helping me!!!!
Gilberto Anino
Top achievements
Rank 1
 answered on 28 Jan 2010
2 answers
145 views
Hi All,

I'm working hard on a Gantt Chart using Telerik Chart. I almost finish my graph but only one problem stay unsolved. My X Axis is displaying date in shortDate format in French. How come it's in Fench ? How can I switch to English ?

Is there anyone that can help me ?

Best regards
Sebastien


sebastien Dubos
Top achievements
Rank 1
 answered on 28 Jan 2010
10 answers
343 views
This thread contains the latest release notes of the Visual Style Builder. It will be updated with each upload, allowing you to follow the project evolution.

If you want to know when a new version is out, you can subscribe to this thread's RSS feed.
Alex Gyoshev
Telerik team
 answered on 28 Jan 2010
5 answers
132 views
Hi,

In firefox when selecting rows sometimes the cell you clicked on gets highlighted in blue (see screenshot) how can i disable this?

example image

thanks
Toby
Brian Azzi
Top achievements
Rank 1
 answered on 28 Jan 2010
12 answers
186 views
Hi, first post so be gentle with me :-)

I managed to get an asp.net application containing radgrid, calendar and scheduler controls deployed and almost running within the sharepoint context and with the sharepoint look and feel BUT (a) the grid does not not react to user input when selecting a row (like it's disabled) (b) the calendar control does nothing and if you hover over it shows the page name and a hash (#) at the end in the hyperlink preview in the status bar and (c) the scheduler has the same problem with all the sub controls within it such as Week view  or Month view etc plus double-clicking the time slots does nothing.

Have I done something stupid?  It took a huge amount of reading and research just to get to this point so I'd like to see it through if possible.  The alternative I've been using is to deply the applications as web sites / applications under their own IIS context and embed them in a page viewer web part.  This works but does not allow me to dynamically change the link to the page by adding record numbers etc as parameters.  Anyway, it was a kludge that isn't that secure so I'd prefer the full integration if I can get it working with the RadControlsd having invested so much time and money on them.

Hope someone can help.

Des Owen
Michael Pappas
Top achievements
Rank 1
 answered on 28 Jan 2010
2 answers
163 views
Hi,

I have installed RadEditor Lite with WSS 3.0 so that we can take advantage of the Image Upload feature with our Wiki.  When I browse to the site by using it's servername (eg: http:\\server) then the Image Manager works great, but when I browse to the Cname/Alias we have set up in DNS (eg: http:\\intranet) the Image Manager button does not work and comes up with the following error:

 

Server Error in '/' Application.

The Web application at http://intranet could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: The Web application at http://intranet could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[FileNotFoundException: The Web application at http://intranet could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.]
   Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, SPUserToken userToken) +653
   Microsoft.SharePoint.SPSite..ctor(String requestUrl) +96
   Telerik.SharePoint.SharePointContext.InitContext(HttpContext context, String siteUrl, String webUrl, String webId) +52
   Telerik.SharePoint.RadControls.Editor.Dialogs.DialogLoaderJavascript.Page_Load(Object sender, EventArgs e) +186
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   Telerik.WebControls.Dialogs.DialogLoaderBase.OnLoad(EventArgs e) +104
   Telerik.WebControls.Dialogs.DialogLoaderJavascript.OnLoad(EventArgs e) +111
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016



I have a feeling this may be something I missed when setting up our Sharepoint server.  Any help would be appreciated.

Thanks.
Devan Schellenberg
Top achievements
Rank 1
 answered on 28 Jan 2010
3 answers
803 views
I cannot get the RadMenu to populate with an .asmx web service. A breakpoint in the service's constructor is hit; however my service method is never invoked. I get a "There was an error processing the request." message in the browser. What could be the cause of this?

My service method has a [WebMethod] attribute. I'm  using a RadScriptManager and the following was added to the web.config:
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" /> 
 

I'm certain the method name specified on the RadMenu declaration is correct. I have WebServiceSettings-UseHttpGet="false". When I set it to true nothing gets invoked at all.

Any suggestions welcome...

Thank you,

Terry
Veselin Vasilev
Telerik team
 answered on 28 Jan 2010
1 answer
101 views
Hello,

Regarding to this sample ..\Live Demos\Menu\Examples\Programming\ClientSideAPI

I'm not able to get the clientID out of a menuItem.

Its always undefined.

What am I doing wrong?

function OpenItem() 
        { 
            var menu = $find("RadMenu1"); 
            var text = $get("openTextBox").value; 
             
            var item = menu.findItemByText(text); 
             
            if (item) { 
                alert(item.ID);   // <----------------------------------------------------------- 
                item.open(); 
            } 
            else 
            { 
                alert("Item with text '" + text + "' not found."); 
            } 
        } 


Vesko
Top achievements
Rank 2
 answered on 28 Jan 2010
3 answers
136 views
hi

is it possible to do edit, insert and delete in data grid from a usercontrol which is loaded in a pageview?

because when i tried to edit after doing the post back my usercontrol which contain the data grid was gone

thanks a lot

regards
webster
Webster Velasco
Top achievements
Rank 2
 answered on 28 Jan 2010
1 answer
239 views
I am having an issue rendering this control on the server side. I did not see any examples to help me do this as well. Can someone help?

Here are the two methods I have tried which do not work...

1)
StringBuilder htmlString = new StringBuilder(); // this will hold the string 
StringWriter stringWriter = new StringWriter(htmlString); 
HtmlTextWriter htmlWriter = new HtmlTextWriter(stringWriter); 
ratingControl.RenderControl(htmlWriter); 
ratingControlText = stringWriter.ToString(); 

2)
using(System.IO.MemoryStream msOur = new System.IO.MemoryStream())  
    using(System.IO.StreamWriter swOur = new System.IO.StreamWriter(msOur))  
    {  
        HtmlTextWriter ourWriter = new HtmlTextWriter(swOur); 
        ratingControl.RenderControl(ourWriter); 
 
        using (System.IO.StreamReader oReader = new System.IO.StreamReader(msOur)) 
        { 
            ratingControlText = oReader.ReadToEnd(); 
            oReader.Close(); 
        }  
 
    } 
 

Please help as I need this working yesterday!

Michael
Tsvetie
Telerik team
 answered on 28 Jan 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?