Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
72 views
Good day!

I'm trying to call a function in a RadWindow with the follow code:

var

 

dialog = oWnd.get_windowManager().getWindowByName("MyWindow");

 

 

var contentFrm = dialog.get_contentFrame();

 

 

var contentWin = contentFrm.contentWindow;

 

 

 

contentWin.foo();

In IE 8, I initially got an error that the method does not exist. When I did it the second time, it worked. But in Chrome, it completely doesn't work. Why is this so?

Thanks.

 

Georgi Tunev
Telerik team
 answered on 07 Apr 2010
1 answer
47 views
I moved a bunch of controls from my page into a RadAjaxPanel. When executing the code, two text boxes within the panel cannot take inputs. I can tab to them and put inputs in, but I cannot directly place the cursor in the box and click it and put the input in. This is not the case when the controls are outside of the panel. The readonly property is set to false. I also had a RadAjaxManager on the page. Can you help me? Thanks.
Nikolay Rusev
Telerik team
 answered on 07 Apr 2010
1 answer
123 views
Hi,

I need a special stackedbar chart in which all the series should start from zero on x axis and donot stack, its not a simple bar chart. Please see the attached image of an excel chart as sample of what I want to do.


Thanks
Salman
Salman Tanwir
Top achievements
Rank 1
 answered on 07 Apr 2010
2 answers
353 views
Is it possible to set the maxlength on the filter item?

Ironically, the filter item seems to inherit most of the column properties, data type for example, but it ignores the maxlength property. I have a field that is an int16, but I want to limit the user from typing in more than four numbers.

Also, I don't want to show the comma if the value is greater than 999.

I would prefer not to have to go to the trouble of creating FilterTemplates if possible. It is a shame that there don't seem to be more filter properties in the grid column.
Yavor
Telerik team
 answered on 07 Apr 2010
1 answer
86 views
Is it me or is there an issue with the RadFormDecorator in Opera when the decorated controls are check boxes and/or radio buttons?  When viewing the following within Opera and selecting one of said controls, nothing shows as checked.

http://demos.telerik.com/aspnet-ajax/formdecorator/examples/default/defaultcs.aspx

I've seen this within my application code as well where all other browsers appear to work just fine.

Thanks.
Georgi Tunev
Telerik team
 answered on 07 Apr 2010
1 answer
97 views
Is there a way to disable the FIlterColumns in the header but still have filtering available on the column header context menu?  I do not want to have the space allocated for filtering in the column headers but would still like to have filtering available from the context menu when a user right clicks a column header in the grid.

Ed.
Yavor
Telerik team
 answered on 07 Apr 2010
0 answers
83 views
Hello Sir
i Want to Display Time Slot Like 7:00 , 7:15, 7:30, 7:45, 8:00 In Scheduler Control. Time Slot Section.
How can i achive it. Please Help Me.


Thanks
Chandan Kumar.  
Chandan Kumar
Top achievements
Rank 1
 asked on 07 Apr 2010
3 answers
236 views

This is in response to the info I learned in the thread below. We're just wondering if you're planning on creating an excel-like grid control in the near future. (Whether it's an option in RadGrid or something different.) Thanks.

http://www.telerik.com/community/forums/aspnet-ajax/grid/empty-radgrid-shows-no-columns.aspx
Erwin Floresca
Top achievements
Rank 1
 answered on 06 Apr 2010
2 answers
106 views
Hi folks,

I have a large multi-line radtextbox that I want to hide when not in use. I can show and hide it with javascript but I don't like the jarring effect. I'm trying to use the PanelBar to get a smooth show/hide effect. Can anyone show me why the code below doesn't work - or a technique that does?

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_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">  
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">  
    </telerik:RadScriptManager> 
    <div> 
        <telerik:RadScriptBlock runat="server" ID="RadScriptBlock1">  
 
            <script type="text/javascript">  
                function showItem(panelbar, args) {  
                    var itm = args.get_item()  
                    itm.expand();  
                }  
                function hideItem(panelbar, args) {  
                    var itm = args.get_item()  
                    itm.collapse();  
                }  
            </script> 
 
        </telerik:RadScriptBlock> 
        <telerik:RadPanelBar ID="RadPanelBar1" runat="server" Width="100%" renderingcompatibility="3.5" 
            ExpandMode="SingleExpandedItem" CollapseAnimation-Duration="1000" CollapseAnimation-Type="InElastic" 
            OnClientMouseOut="hideItem" OnClientMouseOver="showItem">  
            <Items> 
                <telerik:RadPanelItem runat="server" Expanded="false" Text="Root RadPanelItem1">  
                    <ItemTemplate> 
                        <div> 
                            <telerik:RadTextBox ID="txtExtendedDescription" runat="server" MaxLength="5000" Height="100%" 
                                Rows="10" TextMode="MultiLine" Width="75%" /></div>  
                    </ItemTemplate> 
                </telerik:RadPanelItem> 
            </Items> 
        </telerik:RadPanelBar> 
    </div> 
    </form> 
</body> 
</html> 
 

Thanks,

Ken
kencox
Top achievements
Rank 1
 answered on 06 Apr 2010
2 answers
79 views
Is it possible to drag panel bar items to change their order?

Thanks,

Bryan
bdrennen
Top achievements
Rank 1
 answered on 06 Apr 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?