Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
101 views
I am using radalert to display info messages. Everything is OK until I add ajaxmanager to the page and then the window alert stops working. Makes no difference if the windowmanager is setup in ajaxmanager or not: either way, no windows.

Any help appreciated

Thanks, Patrick
Svetlina Anati
Telerik team
 answered on 21 Apr 2009
3 answers
898 views
Hi,

I have got this structure:

Node 1
       Node 1.1
       Node 1.2
       Node 1.3
Node 2
       Node 2.1
       Node 2.2

When clicking on any child node I need to get the value of the selected parent node.

Do you have an example which may help me?

Thank you.
Patxi
Top achievements
Rank 1
 answered on 21 Apr 2009
1 answer
286 views
I am using a RADTextBox with the button turned on, but the only time it does a PostBack is when I have "AutoPostBack" set to True. Unfortunately, this causes a post back whenever someone types into the box and simply tabs out of the text box. I don't want a post back when the text is modified, only when the button is clicked...
Tsvetoslav
Telerik team
 answered on 21 Apr 2009
7 answers
161 views
Have you DatePickerRange control or any way to implement this logic quickly?
Daniel
Telerik team
 answered on 21 Apr 2009
1 answer
115 views
Hi there.
I have a small issue regarding the behaviour of the editor when I want to add a new table. It seems that the table is never added to the location of my cursor - but always at the top of the editor. Has anyone experienced the same problem?

I am using version 4.4.0.0 of the Full-featured editor.

Best regards,
Hjörtur
Stanimir
Telerik team
 answered on 21 Apr 2009
2 answers
151 views
Hello,

There is a treeview control added as a item inside a PanelBar. I tried to add a tree node to the treeview by calling "RadTreeView1.Nodes.add(node)". It is not possible to directly access the RadTreeView inside the page load.

Below code was tried but still it gives a runtime error.
                RadTreeView treeViewControl = (RadTreeView)Page.FindControl("RadTreeView1");
                treeViewControl.Nodes.Add(node);

Could you please let me know how i can add a node to the treeView in the page load method.

Thank you,
Sudesh
Paul
Telerik team
 answered on 21 Apr 2009
2 answers
118 views
I just upgraded to the Q1/2009 version and realized that my custom skins don't work.  I've been trying to customize the new skins and have so far been mostly successful with the exception of the toolbar.  Really all I want to do is shrink the font to 11px, but I can't even get the skin files to display properly.  If I use the image and CSS files in the skins directory and disable embedded skins, I can't even get the toolbar to display properly before I start to make modifications.

I'm using the Default skin as the basis, and I'd like to simply change the font size and face.  However, when I use the skin files instead of the embedded skin the buttons display too high and to the left, and drop-down buttons cut off half the icon image.  Again, these display problems are before I've done anything to customize the skin.

Any ideas what's wrong here?

Josh
Yana
Telerik team
 answered on 21 Apr 2009
1 answer
154 views

I have heard that telerik charts are good.

 

But I have to show percentage (%) value in one bar

I just want one bar

 

For example if I use forms authentication and want to shows the mark percentage obtained by the logged in student.

 

 

In short I should be able to bind a percentage value to a  bar.

if the width of the bar is 100px and i have to bind a value 60  the it should show  60px of width in one

 

 

I want to show it in horizontal bar.

Only one bar is needed at a time since there we show the logged in users percentage only

 

 

I

f the width of the bar is 100px and i have to bind a value 60 to the chart

  then it should show  60px of width in one bright colour and rest(40px) in fade coulour.


 

 

 

 

 

 

 

 

 

Dessy
Telerik team
 answered on 21 Apr 2009
4 answers
154 views
I'm using a RadTabstrip with ScrollChildren enabled. I have it inside a header area created by using a RadSplitter.  I also have the tabstrip inside a table that's used to layout the different parts of the header.  A bare bones sample of the code is below.

        <telerik:RadSplitter ID="RadSplitter1" runat="server" Height="100%" Width="100%" Orientation="Horizontal"   
                BorderSize="0" ResizeMode="EndPane">  
            <telerik:RadPane ID="rpTop" Height="80px" runat="server">  
                <table width="100%">  
                   <tr> 
                        <td style="white-space: nowrap">  
                            This is the left side of the header  
                        </td> 
                        <td width="100%" style="text-align: right; white-space: nowrap">  
                            This is the right side of the header  
                        </td> 
                    </tr>                  
                    <tr> 
                        <td colspan="2">  
                            <telerik:RadTabStrip ID="RadTabStrip1" runat="server" ScrollChildren="true" > 
                                <Tabs> 
                                    <telerik:RadTab text="Testing"></telerik:RadTab> 
                                </Tabs> 
                            </telerik:RadTabStrip> 
                        </td> 
                    </tr> 
                </table> 
            </telerik:RadPane> 
            <telerik:RadPane ID="rpContents" Height="100%" Width="100%" runat="server" Scrolling="none">  
                Here is my content              
            </telerik:RadPane> 
        </telerik:RadSplitter>

The issue I'm running into is that with ScrollChildren enabled, the width of the tabstrip is calculated incorrectly in Firefox 3 and it stretches my table out to almost 10,000 px wide.  In FF2 and IE7 it works fine and when I turn ScrollChildren off then everything works correctly in FF3.  Any ideas on how to fix this?
Paul
Telerik team
 answered on 21 Apr 2009
2 answers
296 views
Hi
I am using follwing javascript:

 

 

var grid;  
 
 
 
function RowSelected(rowObject) {  
 
var selRowName = this.GetCellByColumnUniqueName(rowObject, 'name');  
 
 
var selRowId = this.GetCellByColumnUniqueName(rowObject, 'id');  
}  
 
function GridCreated() {  
 
grid = this;  
 
}  
 

but the selrowName and selRowID throws me javascript error: 
"Object doesn't support this property or method"

I have tried following but didn't worked for me.
"Note: The ShowHeader attribute for the RadGrid/MasterTableView should be set to true in order to use this method."

Please help on this.

Sarang
Top achievements
Rank 1
 answered on 21 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?