Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
103 views
In Ajax Loading Panel I use explicit show & hide but i phase 1 problem when server request timeout is occure than my loading panel is not hide( It Continuously showing ) so pls say how i know that server time out is occure wot type of status is returned in case of server timeout sothat i can hide
Daniel
Telerik team
 answered on 22 Jan 2010
2 answers
143 views
Is it possible to get the RadTextBox to expand vertically as you enter your text? We currently use a lot of ASP.NET text boxes that have the following style applied:

textarea.multiline {
    overflow-y: visible
}

With this style applied the text box expands vertically when the text reaches the right hand side of the control or when the user presses enter. It would be nice if we could get the same behavior from the editor.

Thanks,
Joe
Joe
Top achievements
Rank 2
 answered on 22 Jan 2010
2 answers
99 views
Good Afternoon

I have a master page whit a TabStrip control, and i have ones Web User Control page for each tabcontrol, and i Have one RadMenu Control, and i have too a RadAjaxManager but when i put this on my code:

<telerik:RadAjaxManager runat="server" ID="RadAjaxManager1">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="ChkSiEstudia">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="ChkNoEstudia" />
                <telerik:AjaxUpdatedControl ControlID="ChkSiEstudia" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        
        <telerik:AjaxSetting AjaxControlID="ChkNoEstudia">
        <UpdatedControls>
                  <telerik:AjaxUpdatedControl ControlID="ChkNoEstudia" />
                <telerik:AjaxUpdatedControl ControlID="ChkSiEstudia" />
        </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="Menu">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="Menu" />
                <telerik:AjaxUpdatedControl ControlID="TxtField" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>

thes part where is the control Meni dosent work?
bue in a Regular paga (aspx) it´s work.

any suggestion?
Hector Hernandez
Top achievements
Rank 2
 answered on 22 Jan 2010
4 answers
174 views
Is it possible to add controls (specifically buttons) to the RadScheduler toolbar?

I ask 'cos I'm working on an app where the client requires buttons to add/update/delete items. I have a toolbar in every other part if the app and have supplied the controls required. On the Scheduler page I added a toolbar over the scheduler, but, to be honest, it looks pants.

Any suggestions would be most welcome.

--
Stuart

Stuart Hemming
Top achievements
Rank 2
 answered on 22 Jan 2010
7 answers
261 views
I am implementing an editable list, and I could use the standard (and wonderful) functionality of the listbox, using the move up, move down, remove, and add functionality provided by RadListBox. But, there is a twist to what I want to do. I want the listbox to show a list of hyperlinks. Is that possible with ListBox, or should I do this a different way (listview)?

For list box I would need to change the select functionality so that clicking on the item could still activate the hyperlink. So I thought I could use the Checkbox functionality for the list items so, if a user wanted to select a list item to move it or remove it, they could use check boxes. If the user wanted to follow the link, they could just click the link as normal.

Also, for the Add functionality, I want to have the user click the Add button to launch a "Dialog" that will allow them to select the item to which they can link (adding another hyperlink to the list).

Any advice on this would really be appreciated. I just got my license for Radcontrols and I need to accomplish quite a lot in the next two weeks.

Thanks in advance for whatever help you can provide.
Roger
Top achievements
Rank 1
 answered on 22 Jan 2010
1 answer
152 views
Question about ASP.NET Ajax RAD Controls hosting:

1.  Are there any hosting companies out there that has the Telerik ASP.NET Ajax Controls installed so when I sign up for a plan with the hosting company, I do not have to purchase a license from Telerik?

2.  If I purchased a license from Telerik for ASP.NET Ajax Controls, can I put the DLL on my server and host shared sites (i.e. have sub accounts that utilizes the same DLL for my other users)?
Poul Henningsen
Top achievements
Rank 1
 answered on 22 Jan 2010
2 answers
98 views
Control: RADDatePicker

The page the RadDatePicker sits has lots of javascript and ASP.NET controls such as gridview and form controls. 

The issue:   The DatePicker works when page is initially loaded, but when a client or server side event is fired, and the user tries to click on the DatePicker calendar a javascript error occurs.

the Error is:  'this.CurrentViews.length' is null or not an object.

In the javascript the "CurrentView" is a child object of the Shared Calendar, on the initial load I can see it has properties and such, but becomes null when user fires client or server side event, even though all the other Shared Calendar properties are still there.

I tried EnableViewState, with no success.  Any ideas why this is happening?
govME
Top achievements
Rank 2
 answered on 22 Jan 2010
1 answer
198 views
Hi ,

Im new to rad control, im facing a problem while running my application, im getting a parser error saying 

Parser Error Message: The base class includes the field'RadAjaxManager1', but its type (Telerik.Web.UI.RadAjaxManager) is notcompatible with the type of control (Telerik.Web.UI.RadAjaxManager).

please find the attached image for the screenshot of the same, if any one can help me it would be very helpful. 


thanks in advance
raghav

Martin
Telerik team
 answered on 22 Jan 2010
1 answer
81 views
I installed the trial product, opened the demo in Visual Studio 2008, switch to design mode and there are tons of errors. Everything from tags not found to assembly or dependency not found. I can build and run the project though. I also tried creating a new project based on the Telerik template and I get same/similiar errors.

Did I miss something during the install? I don't remember it popping saying there were additional manual steps.

Thanks
Martin
Telerik team
 answered on 22 Jan 2010
3 answers
84 views
Hi,

I need to retrieve some information about a target node while dragging. This is needed to give the user an optical feedback if he is allowed to drop the node he currently is dragging onto the node he currently is over.

For that I need to retrieve the supposed target node and compare several attributes against the source node to determine if the operation is valid or not.

Waiting until the user actually dropped the node and cancelling the OnClientNodeDropping event is NOT an option. The user must be able to see if the desired operation is valid or not BEFORE dropping.

So how can I retrieve the supposed target node in the OnClientNodeDragging event?

Thanks,

   Sebastian
Yana
Telerik team
 answered on 22 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?