Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
62 views
[redacted]

Sorry, please remove this post.
Derek
Top achievements
Rank 1
 asked on 06 Aug 2013
1 answer
321 views
Im creating dynamic height for my treeview based on clients resolution but I cant seem to find any documentation on how to set height on client side. set_height(); its not working when I used it. I also did set the height to 100% so it will just follow its container size but its not working also. Same problem with RadMultiPage, I cant set its height as well and it does not follow its container size.  Any code that I can use?

Thanks in advance,
RJ
Boyan Dimitrov
Telerik team
 answered on 06 Aug 2013
1 answer
65 views

Hi,

I have three rad windows having RadAsynUpload functionality, for three buttons

Can I have one RadWindow having RadAsyncUpload but it should be accessible to all the three buttons
and the file path and file name should be returned to manipulate that file?

Pls help

Hristo Valyavicharski
Telerik team
 answered on 06 Aug 2013
1 answer
76 views
Is there a roadmap for the TileList?

The EnableDragAndDrop behavior is present, but with no client or server-side events for it.  When will this be available?

Marin Bratanov
Telerik team
 answered on 06 Aug 2013
1 answer
54 views
Hi,

Actually (08/06/2013) minimize button at RadWindow MDI Demo not work properly:

http://demos.telerik.com/aspnet-ajax/window/examples/radwindowandmdi/defaultcs.aspx

What i can do?

Regards,

Milko

P.D. Work first time click only or not work at all (Chrome, IE)
Marin Bratanov
Telerik team
 answered on 06 Aug 2013
1 answer
80 views
I am using Q1 2011 RadWindow. The value being returned from the RadWindow is a string array. However, the ajaxRequest method being called on the parent page is changing the string array to [object Object] as the argument of the AjaxRequestEventArgs in the c# code.

This used to work fine when using the Q1 2008 version when using ClientCallBackFunction, but have now had to change to OnClientClose.

How do I get my values out of this object in my c# code?

Thanks
Marin Bratanov
Telerik team
 answered on 06 Aug 2013
2 answers
818 views
Hi guys,

How can I disable the close button of a RadWindow? I have a dedicated button for this and So I want to disable the default button in title bar.

Thanks,
Antony.
Marin Bratanov
Telerik team
 answered on 06 Aug 2013
1 answer
66 views
I have a page with eight square tiles, two rows by eight across.

I would like to animate the tiles, but not nearly as much as your demo page.

In particular, I'd like one tile to fire off at 5000 and close after 5000.

And then at about 15,000 another one, and so forth all the way down.

I have tried staggering the ShowIntervals, but the earliest ones repeat too quickly, as I they repeat on that shorter interval.

Is there a way to introduce a delayed start for each tile when the page loads?

Alternatively a quiet period, say show at 5,000 for 5,000, and then wait for 100,000 ticks, or whatever?
Marin Bratanov
Telerik team
 answered on 06 Aug 2013
3 answers
133 views
I have two RadComboBoxes - one in the main page, one in a user control.  They are identical in all ways other than data source and location. They both have multi-checkboxes enabled.

When I expand the ASPX Drop Down menu and check an item, the control does a postback as expected and remains open to allow another item to be checked.  

When I expand the ASCX Drop Down menu and check an item, the control does a postback as expected and closes the Drop Down menu.  This is undesirable behaviour and I would like it to function as the ASPX control does above.

There are no RadAjaxManager calls here (I use empty UpdatePanels to keep the data updated without causing screen refreshes).  

Any help?
Boyan Dimitrov
Telerik team
 answered on 06 Aug 2013
3 answers
279 views
Hi,

- I am using version 2012.3.1016.35 of the ASP.NET AJAX dll.

GOAL:
- I dynamically create and add System.Web.UI.WebControls to my page.  Specifically, I dynamically create a Table and add TableRows and add TableCells.

- I want to Tooltipify the tooltips on the TableCells, with the RadToolTipManager

- In code-behind, I set the Tooltip property of my TableCell, then I add it to the TargetControls collection as follows:

   rttm.TargetControls.Add(MyDynamicTableCell.ClientID, True)

PROBLEM:
- My tooltips are being displayed as the traditional browser tooltips, instead of Rad Tooltips.

- Here is my TooltipManager declaration:

<telerik:RadToolTipManager ID="rttm" runat="server" Sticky="false" HideDelay="1000" AutoCloseDelay="6000" Width="260" Skin="Vista"
    RelativeTo="Element" Position="MiddleRight" ShowDelay="700" AutoTooltipify="True">
    <TargetControls>
        <telerik:ToolTipTargetControl TargetControlID="btnEditSaveAllT" IsClientID="false" />
        <telerik:ToolTipTargetControl TargetControlID="btnActionsSaveExitT" IsClientID="false" />
        <telerik:ToolTipTargetControl TargetControlID="btnActionsCancelT" IsClientID="false" />
        <telerik:ToolTipTargetControl TargetControlID="btnActionsLockAllT" IsClientID="false" />
        <telerik:ToolTipTargetControl TargetControlID="btnActionsEditTTIt" IsClientID="false" />
        <telerik:ToolTipTargetControl TargetControlID="btnActionsAdd" IsClientID="false" />
        <telerik:ToolTipTargetControl TargetControlID="ExportLabel" IsClientID="false" />
        <telerik:ToolTipTargetControl TargetControlID="btnActionsAddA" IsClientID="false" />
        <telerik:ToolTipTargetControl TargetControlID="bowlerTableStateSave" IsClientID="false" />
    </TargetControls>
</telerik:RadToolTipManager>

Q.  Is it possible to tooltipify dynamically created controls?

Q.  If so, what might I be doing wrong?

Thanks,
Brent

Brent Hetland
Top achievements
Rank 1
 answered on 06 Aug 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?