Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
84 views
Hi,

We are using a RadWindow (Modal: true, Behavior: Move and resize). If we click the window title bar or try to resize it - the modal window freezes.

If we set the behavior to None and set Modal to false then it is not freezing. But we do want the dialog to be modal. Any thoughts about how do we keep the dialog modal and also prevent freezing?

Also when the modal dialog opens I can see everything is rendered but it takes around a second or two before I start interacting with the window. Please let me know about this issue too.

Thanks,
Mano
Georgi Tunev
Telerik team
 answered on 22 Jan 2009
3 answers
104 views
When using Mac OSX and Safari only: We get the text "Text" in red color, in a yellow box on the bottom left side, when we double click in Scheduler to input an event. How do we delete that?
Atanas Korchev
Telerik team
 answered on 22 Jan 2009
3 answers
95 views
I have a RadWindow within a user control within a tabbed page. When the tab containing the radwindow is clicked a javascript error occurs stating that the onClose function cannot be found. The identical code used in a control and not in a tab works.

If EnableAjax="False" is set within the RadAjaxManager on the parent page no javascript error is generated and the window appears when the link is clicked.

Any suggestions as to how to get rid of the javascript error when EnableAjax="True" on the parent page.

Thanks

Jac
Georgi Tunev
Telerik team
 answered on 22 Jan 2009
0 answers
78 views
Hi,
In our ASP.net 2.0 application, we have a Multipage tab strip with skins and styles applied to it. We are appending an image to each tab at run time and rendering the same. The width of the tabstrip is set to 700 Px. Under some scenarios, it fails to accommodate the text along with the image and instead of warpping the tab to the next line, it displays the text outside the tab.

We tried replicating this with a vanilla ASP.net application using RAD Tab strip without any styles and succeeded.

This seems to be an inherent issue with the tab strip.
Shalini
Top achievements
Rank 1
 asked on 22 Jan 2009
2 answers
169 views
Hello.
I'm using an example i found on the forum (the one that scrolls to the selected node using a javascript) but it does not work for me.
My layout is like this:
i have a databound treeview with checkboxes.
Under the treeview is a combobox which loads all the nodes that have the checkstatus checked.

The javascript on my page is:

 

<script language="javascript" type="text/javascript"> 

function ScrollToSelectedNode()

{

 

    var treeView = <%=radTreeView1.ClientID %>;

    var selectedNode = treeView.SelectedNode;

    if (selectedNode != null)

    {  document.getElementById(selectedNode.ClientID).scrollIntoView(); }

}

 

</script>

When the user selects a node from the combobox this event fires:

protected

 

void cmbAllNodes_SelectedIndexChanged(object o, RadComboBoxSelectedIndexChangedEventArgs e)

 

 

{

 

string id = e.Value;

RadTreeNode node = radTreeView1.FindNodeByValue(id);

node.Selected =

true;

 

 

}

 

 

In the aspx file the combobox looks like this:

 

<

 

telerik:RadComboBox ID="cmbAllNodes" runat="server" Skin="Outlook" Width="160px" AutoPostBack="True" onselectedindexchanged="cmbAllNodes_SelectedIndexChanged"  onclientselectedindexchanged="ScrollToSelectedNode">

<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

</telerik:RadComboBox>

 

 

So as you can see, when the selected index is changed the selected node of the treeView is changing but the scroll does not.
I call the client side method ScrollToSelectedNode when the user has selected a node from the combobox but the treeView does not scroll to it.
The help is much appreciated.
Thank you.
 
EDIT: I found out that var treeView = <%=radTreeView1.ClientID %>; does not return my instance of the RadTreeView but in fact it returns a DIV. What am i doing wrong?

 

Patrick
Top achievements
Rank 1
 answered on 22 Jan 2009
1 answer
184 views
I'm having a problem occurring in three different parts of my web-application that seem to be caused by the RadPane and RadEditor controls being implemented using frames/iframes.

Scenario 1:
I have a simple page layout with header (a ribbon menu) and two columns underneath. The two columns are created using radpane/splitter/radpane, with a RadTree in the left pane and another web page showing in the right pane (via navigateurl).
Whenever, any AJAX postback occurs on the Tree or Menu, the right-hand radpane re-loads causing it to blank for several seconds.

Scenario 2:
A simple page layout created dynamically in code-behind that comprises 10 RadEditors interspersed with some literal controls. There is a SAVE button at the top of the page.
Whenever, the save button is clicked, all of the radeditors re-load, causing their content to vanish for several seconds and then re-appear again.

Scenario 3:
No RadControls involved here. Just a simple page with an IFRAME and a button. The button is wrapped in an updatepanel and when clicked, it just disables itself code-behind.
Whenever the button is clicked, the IFRAME re-loads.

In all of these scenarios, the controls that cause the postbacks are wrapped within UpdatePanels to (supposedly) prevent them from affecting any other parts of the page. Yet, in all cases the RadPane, RadEditor Content and IFRAME re-load.

Is this a known issue with these controls and IFRAMES in ASP.NET AJAX and is there any workaround?
Paul
Telerik team
 answered on 22 Jan 2009
1 answer
319 views

Is there a simple way to display the RadProgressArea within a RadAjax Loading Panel or AJAX ModalPopup control so that User can not click around the page while the files are still uploading?

I have tried disabling the controls / buttons on the page while the file is uploading using the RadProgressmanager’s  OnClientSubmitting & OnClientProgressStarted attributes, but got undesirable results.

Veselin Vasilev
Telerik team
 answered on 22 Jan 2009
1 answer
165 views
<telerik:RadComboBox ID="rcCS" runat="server" AllowCustomText="true" Width="200px">     
    
</telerik:RadComboBox>    
    
&nbsp;     
    
<asp:ImageButton ID="ibSelect" runat="server" ImageUrl="../images/ffwd.gif" ImageAlign="Middle"    
    
ToolTip="Click to perform search"></asp:ImageButton>    
 


What I want to do is when the user enters custom text into the rad combo above, then hits ENTER, for the ibSelect ImageButton to act as though it was clicked.  This works with a textbox but I can't get it to work with the combo.  I don't want to use AutoPostBack.

thanks!
Veselin Vasilev
Telerik team
 answered on 22 Jan 2009
1 answer
80 views
Hi All,
Please guide me how can i deploy the usercontrol as webpart in MOSS 2007, i am using Telerik.web.ui dll  for designing. i am getting error saying "Extender controls may not be registered before PreRender at System.Web.UI.ScriptControlManager.RegisterExtenderControl[TExtenderControl](TExtenderControl extenderControl, Control targetControl)
   at System.Web.UI.ScriptManager.RegisterExtenderControl[TExtenderControl](TExtenderControl extenderControl, Control targetControl) 
 at System.Web.UI.ExtenderControl.RegisterWithScriptManager()
   at System.Web.UI.ExtenderControl.OnPreRender(EventArgs e)
   at AjaxControlToolkit.ExtenderControlBase.OnPreRender(EventArgs e)
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.WebControls.WebParts.WebPart.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Please help me on this.
Regards
Rana Pratap
Sebastian
Telerik team
 answered on 22 Jan 2009
2 answers
133 views
sir,
I want to set

 

 

 

CommandItemStyle-BackColor="red" 
 

 

 

 

 

 

 of detailtable of radgrid..but its not working..

I also want to set the radnumerictextbox width.For tht i used

 

 

 

 

 

 

<telerik:RadNumericTextBox  style="width:5px;  
 
 

but its also not working.
plz help me...

Thanks

 

 

 

 

Daniel
Telerik team
 answered on 22 Jan 2009
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?