Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
85 views
Hi,

I'm pretty sure this must be a known issue, but surprisingly I didn't find any threads about it.

I have an editor with ToolbarMode="ShowOnFocus". When I open any of the browsers/editors, image-editor, file-editor etc, the toolbar overlaps the newly opened window.

Once the user clicks on the window, the editor loses focus and the toolbar disappears. I'm pretty sure this isn't exactly how it's supposed to work though.

Regards,
-DJ-
-DJ-
Top achievements
Rank 1
 answered on 17 Feb 2009
1 answer
82 views
is there a way to save this IP:
192.095.013.001
like this:
192.95.13.1
?
i'm using RadMaskedTextBox  with Mask="<0..255>.<0..255>.<0..255>.<0..255>"
Daniel
Telerik team
 answered on 17 Feb 2009
1 answer
175 views
Hello!

I try to create a using RadTreeView control from Telerik.Web.UI ,Version=2008.2.1001.20
I am not able to remove or reduce whitespaces between nodes belonged to the same level.
How can I do this ?

Regards,
Vadim

Yana
Telerik team
 answered on 17 Feb 2009
2 answers
99 views
hi

There is something wrong with the online demo raduploadinajaxifiedgrid .

Ok, here is what i did and found out. Firstly, I insert a picture say a Dog. No problem, insert fine.

Next i click edit on the Mountain.jpg and i did not do anything or change any picture and click the update button.

Guess what? The mountain picture has been updated as a dog picture.

Can you please rectify your demo ASAP as i need you example. Thanks

Genady Sergeev
Telerik team
 answered on 17 Feb 2009
10 answers
192 views
Hi,

Is there a way to make the entry into a single bar spanning to the # of days indicated.

For example: if i create a appointment and that would span in 2 days i would see 1 entry for each day but it should be just one entry just like in outlook.

is there a way to do this?
Peter
Telerik team
 answered on 17 Feb 2009
4 answers
100 views
I can't find a way of changing the width of the hour column. The items also don't take up 100% of the width

See this page
http://www.sqlbits.com/information/NewAgenda.aspx

How can I change these widths?
Simon
Top achievements
Rank 1
 answered on 17 Feb 2009
3 answers
264 views
I have a RadAjaxPanel on my masterpage and I'd like to update this panel whenever a postback from another RadAjaxPanel occurs.

Using the ASP.NET UpdatePanel, this would be very easy to achieve, e.g. the following panel (with UpdateMode=Always) is updated whenever a postback is triggered from another UpdatePanel:

<asp:UpdatePanel ID="myPanel" runat="server" UpdateMode="Always"
 <ContentTemplate> 
  <%= DateTime.Now.ToString("G") %> 
 </ContentTemplate> 
</asp:UpdatePanel> 

So far I have not found how to achieve the same using the RadAjaxPanel. And also using an asp:UpdatePanel in the master page does not work, since it is not updated when the postback is triggered by a RadAjaxPanel.

How can I update a RadAjaxPanel (located in the masterpage) whenever an async postback is triggered by another RadAjaxPanel?

Thanks for your help.
Martin
Top achievements
Rank 1
 answered on 17 Feb 2009
1 answer
105 views
Hi,

I have a RadToolBar, but I do not wish to use one of the themes.
I have set the CssClass property to 'toolbar_container' and added

.toolbar_container {height:28px; background:url("../_images/SiteGraphics/abicms_toolbar_slice_01.png"); background-repeat:repeat-x; } 
into css... but it has no effect.

How can I set the background and height of the toolbar manually?

Regards,

Sean Duffy.
Yana
Telerik team
 answered on 17 Feb 2009
1 answer
61 views
I am trying to use the schedule component for a conference agenda. We have multiple rooms for sessions but have a standard break across all sessions.

I can do the rooms very easily with resources. However I would like to have the generic items span across all the rooms. Is this possible?

This was my attempt without the radScheduler component http://www.sqlbits.com/information/event3/MainAgenda.aspx

This is the agenda but with out rooms http://www.sqlbits.com/information/NewAgenda.aspx

Thanks
Peter
Telerik team
 answered on 17 Feb 2009
4 answers
185 views
Hi,

I currently need to display a radprompt dialog "when the page loads". I cant just output some javascript during page_load, as this will be executed before the radwindowmanager is ready, which is also the case for observing dom:loaded or window.load.

As stated in this thread

http://www.telerik.com/community/forums/aspnet-ajax/window/using-radalert-as-server-side-messagebox.aspx

we are adviced to register the script we need to run "when the page loads" in a

Sys.Application.add_load( ... code ...);


which apparently works fine - but in AJAX callback environments this thread
http://vaultofthoughts.net/SysApplicationaddloadFiresOnEachCallback.aspx
and partly this one as well
http://www.tvidesign.co.uk/blog/sys.application.add_load-in-Firefox-3.aspx
suggests that the method will be called multiple times:

"It comes out that add_load fires on each callback and not only when the page loads for the first time. That is of course a problem if you want something to happen on page load only."

which is not what we want. We want to execute it at "load".

The problem is of  course that we cant rely on testing when the dom or page is ready, as the telerik components are created with the MS AJAX framework and so we have to wait for the components to be ready. Could you introduce a "OnClientLoadCompleted" method on the RadWindowManager (and probably on the other compoents as well) - perhaps even a more "global" event mechanism that would let us know when the individual Telerik components or all of them are completed loading and are ready for interaction?

/Jan

Jan Hansen
Top achievements
Rank 1
 answered on 17 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?