Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
406 views
does anyone know how to reduce the size of the nodes to display more nodes on a page? Specifically the Width?
I've used the css properties to shrink the size of the fonts and image but I don't know what I have to change to reduce the node size without messing up the whole chart.

code:

 

 

<telerik:RadOrgChart ID="OrgChart" runat="server" DataFieldID="ID" DataFieldParentID="ParentID" Enabled="true" Width="100%">

 

<RenderedFields>  

 

<ItemFields>

 

<telerik:OrgChartRenderedField DataField="BusinessTitle" />

 

<telerik:OrgChartRenderedField DataField="EmployeeName" />

 

</ItemFields>

 

</RenderedFields>

 

</telerik:RadOrgChart>

 



Thanks,
Kuldeep
Top achievements
Rank 1
 answered on 28 Apr 2012
6 answers
152 views
I'm currently having an issue where a RadToolBar doesn't work in the latest version of Chrome or Internet Explorer, but does work in Firefox or IE 7.  Essentially, instead of having the HTML that should display the toolbar and the dropdown menu contained within, I have a container div with nothing outside.  I have absolutely no idea what could be causing this, and I was hoping someone could provide guidance on the matter.  Thanks for your help.
Sam
Top achievements
Rank 1
 answered on 28 Apr 2012
7 answers
256 views
Hi:

Having a z-index issue with the dropdown part of menu.  See attached file.

Phil
Phil
Top achievements
Rank 2
 answered on 27 Apr 2012
2 answers
135 views
Hi,

We have used the RadFilter control and binded with the RadGrid control. We have the apply filter button placed in the grid toolbar and user need to go and click the button once the filter is added.
1. Can we avoid the apply filter button, once he has finished adding the filter ?
2. Need to avoid the mouse click on the filter button, but the enter button does not work .  
Yogesh
Top achievements
Rank 1
 answered on 27 Apr 2012
2 answers
151 views
When I filter one column, then try to filter another column on the first filtered set, it does not work together. It resets the first filter and just filter with the 2nd value (column).

I set RadGrid datasource = some datatable in NeedDataSource event.

How can I make the set of filtering work?
MS
Top achievements
Rank 1
 answered on 27 Apr 2012
1 answer
100 views
I'm not sure what's going on here, but I had the combo boxes working on another page...then i did something (forgot what, might've updated the controls) and now they won't drop down at all...

Code:

<telerik:RadComboBox ID="RadComboBox1" runat="server" Width="130px">
                                            <Items>
                                                <telerik:RadComboBoxItem runat="server" Text="Right Chest"
                                                    Value="Right Chest" />
                                                <telerik:RadComboBoxItem runat="server" Text="Left Chest" Value="Left Chest" />
                                                <telerik:RadComboBoxItem runat="server" Text="On Pocket" Value="On Pocket" />
                                                <telerik:RadComboBoxItem runat="server" Text="Full Front - Centered"
                                                    Value="Full Front - Centered" />
                                                <telerik:RadComboBoxItem runat="server" Text="Front Location - Other"
                                                    Value="Front Location - Other" />
                                            </Items>
                                        </telerik:RadComboBox>

It almost appears that the control is enabled = false, but i know it's enabled.

Is this a problem with the control from the design side of things? I'm using VS 2011, so I manually added the controls from the bin40 folder. Is this why?
TIM
Top achievements
Rank 1
 answered on 27 Apr 2012
1 answer
159 views
How does RadListBox handle long text in RadListBox ?

I have a RadListBox with checkBoxes.  Long text is not getting indented.  It should be left aligned and consistent with the other items which have short text.

Thank you
Richard
Top achievements
Rank 1
 answered on 27 Apr 2012
1 answer
150 views
I'm working with an older version of the asp.net controls in a project for work.  We will probably upgrade to the latest once we have time to retest as well as take care of licensing issues.

The issue I'm running into is that I needed a later version of jquery than what shipped.  I'm using 2010.3.1317.40, which i know is old, but I don't have a choice right now.  I'm trying to get at a splitter control in javascript  but I have not been successful.

I let the new version of jQuery take the $ 

I tried to assign $find using Sys.Application.findComponent
I tried using $telerik.findSplitter("control client Id")   both ways return null

I need to be able to update a panels content via javascript.

Thanks in advance  
Mike
Top achievements
Rank 1
 answered on 27 Apr 2012
1 answer
121 views
I have the following property in my RadWindow Page. How do I transfer that property to the parent window? I tried using the ViewState, but it is lost. How do I transfer the ViewState from the child window to the parent page?

        public Hashtable SelectedReps
        {
            get
            {
                object res = ViewState["SelectedReps"];
                if (res == null)
                {
                    res = new Hashtable();
                    ViewState["SelectedReps"] = res;
                }
                return (Hashtable)res;
            }
        }  
Marin Bratanov
Telerik team
 answered on 27 Apr 2012
1 answer
110 views
Hi,

Since i don't really know what is possible, i'll explain my goal :
I have a page which contains a radwindow, and this radwindow contains a form with informations to fill.
In that form i have a hidden field which is empty if no inputs has changed, and filled if any of the inputs has changed.
I'd like that on the close button's click of the radwindow, a test is performed against the hidden field to see if i have to display a javascript confirm like "changes have been made, are you sure you want to close?".

So, how can i proceed to reach the value of the hidden field in the navigate url's page, so i can display the confirm or not?

Or maybe if you have a different solution, i'd like to read it

Thanks and sorry for my english (am i understandable enough?)
Marin Bratanov
Telerik team
 answered on 27 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?