Telerik Forums
UI for ASP.NET AJAX Forum
13 answers
269 views
Hi,

I have successfully deployed the rad editor for MOSS in my MOSS environment. After activating the feature and performing an iisreset, the editor shows up. However, it seems that all the "MOSS" specific toolbar buttons fail to display properly. As I hover over all the buttons, there are 6 that do not show a proper icon. These 6 are: MOSSInsertTable, MOSSInsertTableElement, MOSSDeleteTableElement, MOSSLinkManager, MOSSLeftToRight, and MOSSRightToLeft. Any reason these would not be displaying properly?

-Brian
Frederic Dobon
Top achievements
Rank 1
 answered on 04 Jun 2010
1 answer
103 views
Hi

I've created custom advanced for like in demo. Now, when I'm trying to save appointment, it throws exception, which says that there is another records with the same key exists in Hashtable.  Stacktrace:

[ArgumentException: Element already exists. Key in dictionary: "Subject" New key: "Subject"] System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) +7482408 System.Collections.Hashtable.Add(Object key, Object value) +11 System.Collections.Specialized.OrderedDictionary.Add(Object key, Object value) +41 Telerik.Web.UI.RadScheduler.TranslateDataKeysFromTemplate(IDictionary data) +355 Telerik.Web.UI.RadScheduler.InsertAppointmentInline() +100 Telerik.Web.UI.RadScheduler.OnBubbleEvent(Object source, EventArgs args) +506 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37 System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +118 System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +135 System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)



Any ideas?
T. Tsonev
Telerik team
 answered on 04 Jun 2010
1 answer
111 views
Hi All, 
               I am creating a new treeview based on this example http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/whatsnew/defaultcs.aspx 

But i am using a different skin .

When you expand or collapse the node the Page height will be increased . This works fine for FF,Chrome and IE 8 ,But in IE 6 and 7  browsers when collapsing the node the page height does not get reduced.

Can somebody let me know which css element does the trick or is there any property which i need to set

Thanks in Advance
Thomson
Nikolay Tsenkov
Telerik team
 answered on 04 Jun 2010
1 answer
151 views
Hi,
I am using a treeview with some nodes having child nodes and some do not. When I apply any class to parent nodes only nodes having child got changed and nodes without child did not. Also how can I set spacing between parent nodes like cellspacing and cellpadding attributing of table.

Regards,
Lubna.
Nikolay Tsenkov
Telerik team
 answered on 04 Jun 2010
3 answers
132 views
hey guys,
i can add UserControl to and RadDock.
but i wanna fill RadDock from database with HTML code

how i can do that?

tnx for reply

regards..
farshad
Pero
Telerik team
 answered on 04 Jun 2010
2 answers
64 views
Hello from this newbie ;-)

I'm having a css problem with the rotator which is driving me nuts! It seems that there is a 40px space around it and I can't find how to disable it. I assume that it is space which is reserved for the buttons but I don't need them. I noticed that 'top:40px' is automatically generated (element style); if I turn this into 0px, the problem is solved but I can't seem to find where I need to do this :-(.
The 40px on the left side seems to turn up in Firefox but not in IE.

I'm using the 'AutomaticAdvance' setting as rotatortype and have the 'EnableEmbeddedSkins' & 'EnableEmbeddedBaseStylesheet' set to false because I'm using a custom skin.

Can anyone help me out on this one?

Thanks in advance ;-)

Marc
Marc Van Pottelbergh
Top achievements
Rank 1
 answered on 04 Jun 2010
3 answers
136 views
hello
i use this code in load my page:

        If Not IsPostBack Then
            Dim strPath = "~/Attach"
            RadFileExplorer1.Configuration.SearchPatterns = New String() {"*.*"}
            RadFileExplorer1.Configuration.ViewPaths = New String() {strPath}
            RadFileExplorer1.Configuration.UploadPaths = New String() {strPath}
            RadFileExplorer1.Configuration.DeletePaths = New String() {strPath}
        End If

but, i will change this Folder "~/Attach" to "~/Attach2" in a Button .
same :

    Protected Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Button1.Click
        Dim strPath = "~/Attach2"
        RadFileExplorer1.Configuration.SearchPatterns = New String() {"*.*"}
        RadFileExplorer1.Configuration.ViewPaths = New String() {strPath}
        RadFileExplorer1.Configuration.UploadPaths = New String() {strPath}
        RadFileExplorer1.Configuration.DeletePaths = New String() {strPath}
    End Sub

but, i can not changing default folder!
please help me.
Fiko
Telerik team
 answered on 04 Jun 2010
1 answer
95 views
Guys,

sorry once again if this is an obvious one... my problem is that i have a rad window called from a Content Form, it refreshes a RADAJAXPanel within this window well...  (called RadAJAXPanel1) and i can trigger the AJAX event that refreshes this well...

However i want to be able to refresh a summary panel that is now wrapped in a RadAJAXPanel (called RadAJAXTaskPanel)... how do i trigger the AJAX Event on this AJAX panel?

hope that is clear enough

Cheers guys!
Fiko
Telerik team
 answered on 04 Jun 2010
1 answer
164 views

Hi, Why the ShowEvent="OnFocus" doesnt works with tha radcombobox? The others modes works normally.

 

 

                    <telerik:RadComboBox ID="RadComboBoxCurrency" runat="server" 
                        Skin="Outlook" Width="184px" > 
                    </telerik:RadComboBox> 
                    <telerik:RadToolTip ID="RadToolTipCurrency" runat="server" TargetControlID="RadComboBoxCurrency"   
                     Position="MiddleRight" RelativeTo="Element" ShowDelay="100" Text="oooo" ShowEvent="OnFocus" 
                     Skin="Windows7" AnimationDuration="300" Animation="Resize" HideDelay="200" /> 

I'm doing something wrong?

 

Svetlina Anati
Telerik team
 answered on 04 Jun 2010
1 answer
78 views
Hi,

I want to use "Yahoo-style scrolling" describe in these pages (http://demos.telerik.com/aspnet-ajax/grid/examples/client/virtualscrollpaging/defaultcs.aspx and http://www.telerik.com/help/aspnet-ajax/grdvirtualscrollpaging.html) but the Rebind() function used in AjaxRequest method don't refresh the grid.

In debug, I can reach the AjaxRequest method, I change the page size but the rebind() doesn't work.

Does anyone has already encountered this problem ?

Thank you in advance for your help.

Yann.
Veli
Telerik team
 answered on 04 Jun 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?