Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
229 views
I have placed a RadCombobox inside of a Tooltip, on the surface the combobox looks good, however when I click on the combobox, and then go to select the combobox item the whole tooltip disapears.  I'm not doing anything too special, but here's some code snippets,
In looking at it, I believe what is happening is that the combobox is trying to display its own tooltips (each of my combobox items has a tooltip property) and that action is closing the original tooltip (the one hosting the combobox).  this would mean a tooltip inside of a tooltip, which may not be possible.

Any suggestions would be great, thanks

<telerik:RadToolTip ID="fluidTooltip" runat="server" TargetControlID="fluid2" IsClientID="true" 
                Skin="Vista" ShowCallout="false" ShowEvent="OnClick" HideEvent="ManualClose" Sticky="true"
                <div> 
... 
                                <telerik:RadComboBox ID="LatentHeatUnits" runat="server" Style="width: 75px" ZIndex="50001" 
                                    AutoPostBack="True"
                                    <CollapseAnimation Type="InOutBack" Duration="200"></CollapseAnimation> 
                                </telerik:RadComboBox> 
... 
                </div> 
            </telerik:RadToolTip> 
 
Tsvetie
Telerik team
 answered on 02 Apr 2010
3 answers
242 views
Hi All,

I am using the radgrid boundcolumn and using the header-witdh and scrolling properties usestaticheader ="true" and allowscroll="true".But when the grid loads in the last column i have a whitespace .I tried setting the width manually.Still i am getting it.But when in remove the allowscroll in clientsetting whitespace is removed.

What could be the reason for the white space.

Thanks,
Pavlina
Telerik team
 answered on 02 Apr 2010
7 answers
136 views
OK, I know this is a somewhat common problem - and I have truly done a lot of searching here and elsewhere but I just can't work this out (I've spent about fours hours on this tonight and my patience has been exhausted :-)).

As I posted elsewhere, I am a newbie with the Telerik controls and I am using the Ajax controls specifically. I receive the error in the subject line on "project A", which is our long running production site on which I wish to add Telerik controls. "Project B", meanwhile, is a seperate site on the same development server. The code and configuration for "project B" was provided by a vendor and works fine. This tells me that the physical machine has all the necesary support (Telerik controls, VS 2008, IIS 7.0, etc).

I have gone through the two web.config files with a fine tooth comb this evening (using a file comparison tool) and feel very confident that the relevant sections are the same. So, I believe I can discount web.config as the issue.

And that's where I get lost. What else can I check? When I load a file with a Telerik control on "project A" I receive the error. On "project B" I don't get the error and can use the Telerik controls.

I'd appreciate anyone putting me out of my misery. Beyond the web.config file, what else do I need to check?

Thanks.

Mark
Veselin Vasilev
Telerik team
 answered on 02 Apr 2010
2 answers
336 views
Hi,

I have the following problem: I have a form with a RadTreeView:


<telerik:RadTreeView ID="dataTree" runat="server" CheckBoxes="True" TriStateCheckBoxes="True" Width="100%" MultipleSelect="True" Height="300px"
</telerik:RadTreeView> 
 
... and CS source 
 
foreach (RadTreeNode node in this.dataTree.CheckedNodes) // Count = 0 after Postback! 
  ... 

The TreeView includes checkboxes for each node.
When the user selects a node and triggers a postback button, then on the server "CheckedNodes" property of the TreeView is empty (Count = 0).

Although ViewState is enabled globally and for the control is, the ViewState for the TreeView is not saved. For all other controls, however, it is saved.

What could be cause this problem? ViewState is enabled globally and there are no other scripts that affect the behavior.

My form is also identical with this ASP.NET example: http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/checkboxes/defaultcs.aspx
(Except for the Ajax Manager)

Thanks in advance.
Greeting
Gregor Daskaloff
Gregor Daskaloff
Top achievements
Rank 1
 answered on 02 Apr 2010
7 answers
90 views
Hi,

I have two radtabs of which I placed a dundas control in each one (olapgrid and olapclient). If I select the tab that contains the olapgrid and I click on any function in the dundas chart toolbar both (grid and chart) load up fine.

When I select the tab that contains the olapchart and click on any button in the dundas chart toolbar, the changes are made to the chart but my mouse keeps on spinning forever (meaning it's busy doing something) and I cannot click on anything. Once I manually tab (using the 'tab' key on my keyboard) and make the grid visible, the spinning stops and everything starts working fine.

I have placed both controls in the same pageview and both work correctly but once I separate them into different tabs, the unusual behaviour starts. I am not sure what is happening here.

Any Ideas?
T. Tsonev
Telerik team
 answered on 02 Apr 2010
1 answer
76 views
I have  treeview and it prints on the first page, but the items that make it extend to additional pages are not printing at all.

The printer is skipping the treeview and going to the next item on the page.

It doesn't matter if I set the treeview height to 100% or leave it undefined. It needs to keep expanding for all items and print all items.

.Height = Unit.Percentage(100) 
How is this fixed?

thanks.
Veselin Vasilev
Telerik team
 answered on 02 Apr 2010
1 answer
106 views
I'm evaluating RadTreeView.  My web app uses frames.  Navigation page with the tree is in left frame and is always visible.  The right frame page changes based on what is selected in the navigation tree.  The right frame page needs to be able to edit, add, and delete nodes in the navigation tree.  I'm unclear about how to accomplish this.  Would prefer a totally server side solution but client side script would be ok too if that's the only way to do it.

Not sure if the cross-page postback feature could be used to accomplish this or if there is some other way.

Thanks in advance.
Veselin Vasilev
Telerik team
 answered on 02 Apr 2010
2 answers
110 views
Hi,

I am currently implementing a page based on the MegaDropdown menu example, which can be found at

http://demos.telerik.com/aspnet-ajax/menu/examples/megadropdown/defaultcs.aspx

In Firefox, it all looks nice, but in IE8, the little bullets next to the last level menu items dont appear until you hover over the div that is dropped down from the menu.

As well as occuring in my application, I have also downloaded the example file and it showed this problem and it also shows it when using the demo page on the Telerik demos site as shown in the url above.

I am pulling my hair out trying to find what to put into the css file to stop this happening.

Any help would be very much appreciated.

Many thanks in advance.

Simon
Simon Martin-Lemmon
Top achievements
Rank 1
 answered on 02 Apr 2010
4 answers
136 views
Hi All,

There are lot's of items are exist at my tree. And i want to select continues items. may be 30 or more. Is it possible to use shift key for make this kind of selections. As you can imagine selected more controls with ctrl can be very hard.

Regards
T. Tsonev
Telerik team
 answered on 02 Apr 2010
1 answer
52 views
I have a treeview.
Can I pass his state (expanded or collapse of his nodes) from one page to another?
To be more precise:
page 1 with contain 1 + TreeView1
page 2 with contain 2 + TreeView1

if I open in the page 1 some nodes in TreeView1, when I load the page 2 I want that the same nodes are expanded in my TreeView1.

Thanks!
Veselin Vasilev
Telerik team
 answered on 02 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?