Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
72 views
hello we are currently using version .619 and updated to the
latest version .826. After the update we have the problem that menues
(Radmenu/Toolbar/Panelbar) that we are using with javascript are not fired.
So we can't select any menuitem. At the moment we went back to .619.
Please can you give us a hint to slove this problem.
greetings koch
Daniel
Telerik team
 answered on 05 Sep 2008
12 answers
229 views
Oh man, I have been waiting to get this release to finish replacing all my old code, and the radrotator was the last piece, but I noticed that the ticker is missing!! What happened?
Thanks,
~bg
John
Top achievements
Rank 1
 answered on 05 Sep 2008
1 answer
110 views
I'm trying to graph a set of value but i have one problem, if for example the values starts at 100, 101 and so on the Yxis start from 0 to the maximum value.. so my  question is how can i setup the graph to have the min value of the set of values as the base for the graph.

Thanks
Ves
Telerik team
 answered on 05 Sep 2008
1 answer
83 views
I created a new ASP.NET Web Application targeting the 3.5 framework and added a reference to the Telerik controls. I receive a Javascript error "Object doesn't support this property or method" when I click on the box.  It is occuring on the eventArgs.set_cancel(true); line and it causes the sample to not behave as expected.

What am I missing?  I was browsing the documentation and didn't see anything related to this.

Below is the entire aspx file.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %>

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <asp:ScriptManager runat="server" />
       <telerik:RadComboBox ID="RadComboBox1" runat="server"
         EnableLoadOnDemand="true" OnClientItemsRequested="OnClientItemsRequestingHandler">
       </telerik:RadComboBox>
    </div>
    </form>
    <script type="text/javascript" language="javascript">
function OnClientItemsRequestingHandler(sender, eventArgs)
{
   if (eventArgs.get_text().length < 3)
      eventArgs.set_cancel(true);
   else
      eventArgs.set_cancel(false);
}
</script>
</body>
</html>


Shinu
Top achievements
Rank 2
 answered on 05 Sep 2008
3 answers
106 views
Hi Gurus,

I have a RadTreeView control within a parent DIV that is set for CSS Overflow:Auto (for Firefox3). So when the user expands the RadTreeView the page does not grow, but instead scrollbars appear on the DIV.

The RadAjaxLoadingPanel is set up with Sticky=False

However, the area replaced by the RadAjaxLoadingPanel extends outside the DIV parent tag in FireFox3 but works fine in IE7. 

It appears that the RadAjaxLoadingPanel does not take in account the fact that the RadTreeView is within a DIV parent with a height attribute set and overflow set to "auto."

Are you planning to fix this bug and take in account the size of the parent DIV so the RadAjaxLoadingPanel only appears within the parent DIV container and does not extend outside of it?

Charles Forsyth
Top achievements
Rank 2
 answered on 05 Sep 2008
3 answers
77 views
I use Multi language in RadGrid but It's Language lost after ajax update ?? Can you help ??? Why ?
Nguyen Ngoc
Top achievements
Rank 1
 answered on 05 Sep 2008
1 answer
91 views
I am using a RadSplitter and RadSlidingPane w/RadSlider inside of it. The RadSplitter has a set height so when that is exceeded scroll bars appear. All of this works fine.

The problem is a CSS positioning one. When I use the scroll bar and scroll down the RadSlider floats on top of everything. I have tried everything I can think of, I'd have to imagine this is fairly common and maybe someone has found a way to fix this. I think it must be something with the style sheet of the RadSpitter or something...but not sure. (IE only problem, FF works)

-thanks
jgig
Top achievements
Rank 1
 answered on 05 Sep 2008
3 answers
109 views
Is it possible to hide the row when the item is displayed for edit in an edit form?
Shinu
Top achievements
Rank 2
 answered on 05 Sep 2008
2 answers
75 views
Hi,

    how to decrease  height of scheduler control.
Goud
Top achievements
Rank 1
 answered on 05 Sep 2008
0 answers
94 views
Issue resolved.
Mark
Top achievements
Rank 1
 asked on 05 Sep 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?