Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
194 views
Hi, All:

I got a StackedBar Chart displaying.  However, labels of a bar are overlapping.
For example, on one bar, I have one section is with value "1", other section of this bar is with value "32".  Now on the top of this bar,  the two numbers are displayed in almost the same location, so they overlap.

How to make them display in different locations?

Thanks to your help.

Stanley Huang
Ves
Telerik team
 answered on 10 Oct 2008
2 answers
217 views

Hi

I have a web user control that create dynanically RadUpload with just InitialFileInputsCount = 1

In the source code I create dynamically as well the RadProgressArea.

All the controls are loaded inside a panel.

Seems work but when press submit to upload it show me many RadProgressArea, but I need just one for the RadUpload associated.

Here my code:
 

<telerik:RadProgressManager ID="Radprogressmanager1" runat="server" />

<

asp:Panel ID="plhUpload" runat="server">
</asp:Panel>

 

private

void LoadUploadControl()
{
//RadUpload
RadUpload upl = new RadUpload();
upl.ID =
"InputFile_" + photoUpload.photoId.ToString();
upl.Width = Unit.Pixel(300);
upl.InitialFileInputsCount = 1;
upl.Skin =
"Inox";
upl.ControlObjectsVisibility =
ControlObjectsVisibility.None;
upl.Localization.Clear =
"Cancella";
upl.Localization.Select =
"Scegli";
pannel1.Controls.Add(upl);

//RadProgressArea
RadProgressArea rProgArea = new RadProgressArea();
rProgArea.ID =
"rProgArea" + photoUpload.photoId.ToString();
rProgArea.DisplayCancelButton =
true;
pannel1.Controls.Add(rProgArea);

}

There is a way to associate a RadUpload wiht RadProgressArea ?



Thank you

Lee Wilson
Top achievements
Rank 1
 answered on 10 Oct 2008
1 answer
142 views
I have a radTreeView, populated with various items that can be checked.  When a user right-clicks a node, a RadContextMenu menu pops up. 

When the user selects a context menu option, I need to:

    1.  Open a predefined RadWindow.
    2.  Pass into the window, the list of TreeViewNodes that are checked.

I have gotten bits and pieces of this to work, but not comprehensively.  If someone could jump in and give me a hand, I would appreciate it very much!
Georgi Tunev
Telerik team
 answered on 10 Oct 2008
4 answers
191 views
Hi, I have a treeview populate to sql tables, what is the problem.., how i make to hide a parentnode if the parent don't have a node?Programmatically?

I have used the example code - sql data table for populate my treeview



Veselin Vasilev
Telerik team
 answered on 10 Oct 2008
3 answers
61 views
Hi everybody !!

I faced an issue during rad grid control, exactly dont know that existing issue is a bug or built in feature. Actually scenario is in this way : I have used a rad grid during Add Record click event a new pop - up form opens...its fine here but if I click edit link too without closing this new one pop-up window , a edit window pop- up also opens... so right now I'm getting both window Insert & Edit mode...

I want to open one window at a time only...either Insert window or Edit window...If I'll click Edit link then automatically Insert window shoud be closed....or should give any message....is there any feature regarding this.


Please suggest me...its urgent!!
thanks in advance !!

rajendra
Shinu
Top achievements
Rank 2
 answered on 10 Oct 2008
2 answers
90 views

Hello

We’ve been using yours controls since two years. I’m very satisfied. Now I’ve try to use RadFormDecorator, but I’ve a problem in FF 3.0.3, in IE everything works ok.

I create dynamically CheckBoxList (3 items), I use my own skin, and this works fine in both browsers.

<telerik:RadFormDecorator EnableEmbeddedSkins="false" ID="RadFormDecorator1" Skin="myCustom" DecoratedControls="RadioButtons,CheckBoxes" Runat="server"></telerik:RadFormDecorator>

My application allows users check only 2 items in CheckBoxList. When user try to select third item I uncheck it in javascript by setting control checked property to false. In IE this works fine, but in FF picture of checkbox is changing to “checked” state. Any solusion?

Malgorzata Filipek
Top achievements
Rank 1
 answered on 10 Oct 2008
4 answers
127 views
How to Javescritp change readonly?    
There is no control of this property,Who can help me.
Thanks!
Niko
Top achievements
Rank 2
 answered on 10 Oct 2008
1 answer
102 views
Hi,

I have a page spllited vertically by using RadSplliter. At both panes are located flex swf objects. But when right or left pane is collapsed flex movie inside collapsed pane is unloaded. Is any way to keep movie loaded when user collapse pane?

Regards
Svetlina Anati
Telerik team
 answered on 10 Oct 2008
3 answers
99 views
Hi

Iam using your grid to display alot of data to my users.

The users have requested a possibility to select some of the rows and the system should then automaticaly create a table (with only some of the values from the original grid).
This table should be added to the top of an email where they could then add additional text.

So far i have added selection to the grid, added a RadEditor to be the email creator.
However what i need is someway to create a table based on the values selected in the RadGrid and then add this table to the RadEditors top.

How can this be accomplished ?
Yavor
Telerik team
 answered on 10 Oct 2008
1 answer
68 views
Hi

i have a fairly complicated composite user control which contains an Asp Panel control and within that Panel control there is two user controls of which one contains a RadGrid.

Now because this is a fairly complex composite control that hosts the other user controls I have Ajaxified the Asp Panel so that the contents of it nicely reloads even making use of a Rad Ajax Loading control.

But when the Ajaxified panel has to refresh it's contents it completely disappears and shows the loading user control which is ok. but i would like to still show the contents of the Asp Panel but disabled and dimmed out.

How can I accomplish this?

It is similar to when you open a RadWindow the contents of the form is still visible but gray and disabled, how can I do that on a specific Asp Panel when an Ajaxified postback occurs?

Thanks
Yavor
Telerik team
 answered on 10 Oct 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?