Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
144 views
Hi,
I've recently upgraded radcontrols and right now, i'm using rad controls for asp.net ajax. I noticed that the previous animation effect (using effectsenabled) has been removed in the new version. The animation effect should be similar to :
http://www.telerik.com/demos/aspnet/Dock/Examples/Effects/DefaultCS.aspx

How can i have the similar effect in the new dock control??

regards,
Bikash
Sophy
Telerik team
 answered on 28 Jul 2008
1 answer
70 views
I use Q4 2006 version:

and a dragdrop.js from one of your examples (grid2grid dragdrop)
All is fine in aspx pages, and up to a point in usercontrols constructed from those aspx pages. (

but one line in the js has "issues", in that it tries to create a var based on the RadAjaxPanel in the window.. bbut returns undefined, and the postback never occurs
(I have the RaisePostBackEvent, and IPostBackEventHandler etc.  ) just obviously this does'nt fire as the ajaxpanel is not "found"

Appreciated
thx
Neal

(sample js code is beneath)

if

(radGridOver != "" && radGridOver != movedRow.Owner.OwnerID)

{

var ajaxPanel = window["RadAjaxPanel1"];

//window.alert("About to invoke ajax callback..." + ajaxPanel);

ajaxPanel.AjaxRequestWithTarget(eventTarget, eventArgument);

}

Veli
Telerik team
 answered on 28 Jul 2008
3 answers
293 views
hello everyone,

i want to create a pie chart with status series like

Status:
open :3
close : 4
InProgress : 8

And show this status count wise pie chart.

Please help me how can i do this.

Thanks in advance
Patel Vishal  


Ves
Telerik team
 answered on 28 Jul 2008
1 answer
116 views
I have a splitter in fullscreen mode with loads of other panes and splitters inside it. When the page loads everything appears all scrunched up in the top left corner of the browser and then the RAD Javascript kicks in and resizes it nicely.

Is there a way to hide the splitter until it's done the initial resize as it looks horrible?

I tried putting it in a hidden DIV and then running some Javascript on the body's OnLoad event to set the display: block; but that made no difference.
Svetlina Anati
Telerik team
 answered on 28 Jul 2008
1 answer
77 views
Hello,

Using last Q2.723 radcontrols.
I am using .net2 themes setting default skin for radcontrols from a skin file in the selected theme folder.
This works perfectly for all radcontrols but radEditor continue displaying what seems to be black skin ?

My editor is created dynamically and added to a placholder in page on load.
I have a skin file on he same model as for other rdcontrols
<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>
<telerik:RadEditor runat="server" Skin="Web20" />

Thanks for help.
CS
CSurieux
Top achievements
Rank 2
 answered on 28 Jul 2008
14 answers
239 views
Radio Buttons skinned by the form decorator are being cut. I had to make a change to the CSS to fix it; I added the height attribute. I'm using IE 6

.radfd_Outlook .radfdCheckboxChecked,
.radfd_Outlook .radfdCheckboxUnchecked,
.radfd_Outlook .radfdRadioUnchecked,
.radfd_Outlook .radfdRadioChecked
{
 font: normal 11px Verdana, Arial, Sans-serif;
 padding: 0 4px 0 20px;
 display: block; float: left;
 line-height: 17px;
 height: 17px;
 color: #404040;
}
MB
Top achievements
Rank 1
 answered on 28 Jul 2008
3 answers
178 views
I have a combobox and have a default item which is listed at the top but I can only see it if I click on the comboBox.  How do I get it so that the ComboBox sets the default item on page load.

The items are listed from the database and the insert item, but it looks empty unless I click on it.
RadComboBox1.DataBind();  
RadComboBox1.Items.Insert(0, new RadComboBoxItem("- Select an Item -")); 

Rosi
Telerik team
 answered on 28 Jul 2008
5 answers
187 views
We have started experiencing a very frequent problem with our dialog windows resulting in a "null is not null" Javascript error.  It has started happening since the Q1 update. We have a modal window template defined on the MasterPage like this:

<telerik:RadWindowManager ID="ieRadWindowManager" runat="server"
    <Windows> 
        <telerik:RadWindow ID="ModalWindow" Modal="true" Behaviors="Close,Resize,Move" VisibleOnPageLoad="false" VisibleStatusbar="false" ReloadOnShow="true" ShowContentDuringLoad="false" runat="server" /> 
    </Windows> 
</telerik:RadWindowManager> 

This is the only RadWindowManager defined in our application. Various dialogs use this same template and are launched with code like this:

function showChartOptions(url) 
    var manager = GetRadWindowManager(); 
    var modalWindow = manager.getWindowByName("ModalWindow"); 
    modalWindow.add_close(OnChartOptionsClose); 
    modalWindow.setSize(600,450); 
    modalWindow.setUrl(url); 
    modalWindow.show(); 

The problem is that getWindowByName frequently returns NULL, but not always. We can restart IIS and it will work again for a little while, but then on another dialog window using the same ModalWindow template the call will fail and result in a "null is not null" Javascript error.

What would be causing the ModalWindow template to not be initialized or present?

As a "best practices" question, should I even be doing it this way to begin with? Does the modal window template introduce overhead on every page in the application that is not always needed? I like having the settings defined once that are used everywhere, but if it's better to do a "open" and create a new window every time we need it then I can do it that way.

Thanks,
Terry

Georgi Tunev
Telerik team
 answered on 28 Jul 2008
1 answer
140 views
Is it possible to remove the "add" and "remove" buttons from the Upload control so the user never even sees them? I am writing a control that allows uploading a single file at a time but having those buttons might make it confusing to the user.
Erjan Gavalji
Telerik team
 answered on 28 Jul 2008
1 answer
79 views
Hello!

I have a problem with the list of controls in RadAjaxManager when load AjaxSettings using MasterPages.

I get the sample in Telerik Trainer of MasterPages and does't work too.

Thanks!

Vitor Henry Laubé
Brazil
Konstantin Petkov
Telerik team
 answered on 28 Jul 2008
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?