Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
75 views
Hi All

When i have scheduled in an appointment over 3 days it shows as 3 individual appointments on the Read Scheduler. Is there any way i can join these up like outlook.

Jonny

Peter
Telerik team
 answered on 25 Aug 2008
1 answer
69 views
Have WSS3 installed, tried installing the editor and though I know it is formatting the text the none of the buttons show up, only their text equivelants.
George
Telerik team
 answered on 25 Aug 2008
3 answers
123 views
Hello,
I have next question:

I use a RadGrid object(populating by DataTable Itmems) which has a column of references.
Then I want to export RadGrid to Excel. Everything works...But in Excel document I cant see my references.
So How can I export RadGrid with references?
Any help will be appriciate!
Sebastian
Telerik team
 answered on 25 Aug 2008
4 answers
198 views
Hi,
i am doing admin UI in crossbrowser, but it looks like grid is not working as it should. When i click on row, it bg doesn't change from selected to normal!

Does this means that firefox is not supported at all or? Can u suggest workarounds because 4 my project it is really important to be cross browser.
Maria Ilieva
Telerik team
 answered on 25 Aug 2008
2 answers
102 views
Hi,

I'm having an issue with google toolbar while auto fill feature is enabled. It looks like that google toolbar changes the style of input controls found on the web page. Are you aware of this issue and is there any workaround?

Thank you.
Veselin Vasilev
Telerik team
 answered on 25 Aug 2008
3 answers
163 views
Hi
 
I am working with RadTooltip control. i am using the position as "BottomRight". but it's not showing properly. it's showing BottomRight on the page instead of BottomRight of the selected element on MOSS page. Please let me know Anything wrong with this code.

<telerik:RadTextbBox ID="RadTextBox1" runat="server" ClientEvents-OnFocus="tonload">
</telerik:RadTextBox>

<telerik:RadToolTip ID="RadToolTip1" runat="server" Text="TextBox" Animation="Slide"
Position="BottomRight" Width="100px" Height="100px" TargetControlID="RadTextBox1_Text"IsClientID="true">
</telerik:RadToolTip>

function tonload(sender, args) 

    var radToolTip = $find("<%= RadToolTip1.ClientID %>"); 
    radToolTip.show(); 
}

George
Telerik team
 answered on 25 Aug 2008
8 answers
438 views

Hi dear:

I'm  having the following scenario:

  • RadGrid with RadContextMenu [ master grid].
  • Edit form with other RadGrid(s) [children for the master].

the problem is that

when right clicking on row in the child grid it display the context menu of the master grid.

How can I do the following?

  • Prevent the context menu from being displayed when I right click the child rows grid.
  •  Or  displaying another one on the child grid.

Remark:
I try to create another context menu for the child grids but with no effect[ it also display the parent one]

this is done using :

  • Rad controls for asp.net ajax
  • framwork 3.5
Princy
Top achievements
Rank 2
 answered on 25 Aug 2008
1 answer
81 views
Hi,

I'm evaluating the product RadControls ASP.NET AJAX 2008 2 723, so I am having a problem with the control RadToolBar. The problem is when I set the CausesValidation property of the button to True and my form has some control connected to RequiredFieldValidator, so to click on the validation of RequiredFieldValidator control is done, but if I click on another button on the RadToolBar is two clicks needed to run the code. I'm using RadToolBar with the control together with the control RadAjaxPanel. What am I doing's wrong?
Peter
Telerik team
 answered on 25 Aug 2008
5 answers
279 views
Hi,
I have some client-side code that receives a block of information from the server.  This information is then used to dynamically alter the tree client-side ... all this works well and i'm very happy with this.

I have a client event subscribed to for the ClientNodeExpanded event,  which fires quite nicely when the user hits the + on the tree nodes.

However it does note appear to fire at all if I do   node.expand();  in my JavaScript?

Is there any way to fire the ClientNodeExpanded event from Javascript (or should I be doing node.expand() differently?)


Thanks.
Veselin Vasilev
Telerik team
 answered on 25 Aug 2008
6 answers
160 views
Hi,

I have a content page (its master page has rather simple html) which has a RadGrid with window editing. I followed examples and manual pages but I cannot position my window correctly, it always displays centered.

<telerik:RadWindowManager ID="RadWindowManager1" runat="server"  Skin="Web20"
    <Windows> 
        <telerik:RadWindow ID="EditDialogWnd" runat="server" Title="Edit" ShowContentDuringLoad="false" 
                 ReloadOnShow="true" Modal="true" Width="400" Height="400" OffsetElementID="OffsetElement" Top="0" Left="0"/> 
    </Windows> 
</telerik:RadWindowManager> 

OffsetElement is a simple DIV on top of the content page. The window is called to display with:

<CommandItemTemplate> 
    <div style="padding:10px 0px;"
        <asp:LinkButton ID="HlInsertNew" runat="server" OnClientClick="ShowInsertForm('EditFormSA.aspx?type=cliente'); return false;"><img style="border:0px;vertical-align:middle;" alt="" src="images/AddRecord.gif" /> Inserisci Nuovo</asp:LinkButton> 
    </div> 
</CommandItemTemplate> 

and the script that actually opens the window is (cut&pasted directly from example sources):

<Telerik:RadCodeBlock ID="RadCodeBlock1" runat="server"
        <script type="text/javascript"
            function ShowEditForm(id, rowIndex, editFormUrl) 
            { 
                var grid = $find("<%= RadGrid1.ClientID %>"); 
                 
                var rowControl = grid.get_masterTableView().get_dataItems()[rowIndex].get_element();                 
                grid.get_masterTableView().selectItem(rowControl, true); 
                         
                //window.radopen("EditFormCS.aspx?EmployeeID=" + id, "UserListDialog"); 
                window.radopen(editFormUrl, "EditDialogWnd"); 
                return false;  
            } 
            function ShowInsertForm(editFormUrl) 
            { 
               window.radopen(editFormUrl, "EditDialogWnd"); 
               return false; 
            } 
            function refreshGrid(arg) 
            { 
                if(!arg) 
                { 
                    $find("<%= RadAjaxManager1.ClientID %>").ajaxRequest("Rebind");                  
                } 
                else 
                { 
                    $find("<%= RadAjaxManager1.ClientID %>").ajaxRequest("RebindAndNavigate");                   
                } 
            } 
        </script> 
    </Telerik:RadCodeBlock> 

no way, the window is always centered.

Any clue?

Lorenzo
Georgi Tunev
Telerik team
 answered on 25 Aug 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?