Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
88 views
Hi,

i have problem when i try to use bubble chart type
my datatable


Title               Complexity             Stategic value            Cost
item 1            25                                 5                          $10,000
item 2            14                                 2                          $2,000
item 2            1                                   2                          $25,000

aspx.cs

<telerik:RadChart ID="RadChart1" SkinsOverrideStyles="true" runat="server"   >
                        <PlotArea>
                        <XAxis AutoScale="False" MaxValue="20" MinValue="0" Step="5">
                        </XAxis>
                        <YAxis AutoScale="False" MaxValue="40" MinValue="0" Step="5">
                        </YAxis>
                        <YAxis2 AutoScale="true"  ></YAxis2>
                        </PlotArea>

                        <Series  >
                               <telerik:ChartSeries Name="Series 1" Type="Bubble"    >
                                <Appearance LegendDisplayMode="ItemLabels" >
                                    <FillStyle MainColor="Blue">
                                    </FillStyle>
                                </Appearance>
                                <Items>
                                     <telerik:ChartSeriesItem XValue="5"  YValue="25"  YValue2="10000"  Name="Item 1">
                                    </telerik:ChartSeriesItem>
                                    <telerik:ChartSeriesItem XValue="2"  YValue="14"  YValue2="2000"  Name="Item 2">
                                    </telerik:ChartSeriesItem>
                                    <telerik:ChartSeriesItem XValue="2"   YValue="1"  YValue2="25000"   Name="Item 3">
                                    </telerik:ChartSeriesItem>
                                 
                                </Items>
                            </telerik:ChartSeries>
                        </Series>
                    </telerik:RadChart>

when i run it, i can see buble chart image. how to fix it
Petar Marchev
Telerik team
 answered on 19 Apr 2012
5 answers
96 views
Hey there,

Internet Explorer and Fire Fox seem to use different attributes of an image tag to render the tooltip text. Fire Fox uses the 'alt text' as a place holder for unavailable images and the 'title' tag to render the tooltip. Whereas IE seems to use the 'alt text' for both.

Our question is whether or not the RadEditor has a way of editing the 'title' attribute (for FF) through the UI?

Regards,

Gav.
Didier
Top achievements
Rank 2
 answered on 19 Apr 2012
2 answers
115 views
Is there any support in the TabStrip for notification style behavior?  By that, I mean behavior like you would see in an IM client with different tabs for each conversation and a tab blinks when someone has sent a message on a closed tab.  I'm just looking for the ability to cause a tab to have that behavior until the user clicks it.  If there isn't a way to do that now, could it be included in a future release?
Korn1699
Top achievements
Rank 1
 answered on 19 Apr 2012
1 answer
76 views
Hi,

how to resize the content area (both iframe, div) and its parent element. kindly support on js files . 
Rumen
Telerik team
 answered on 19 Apr 2012
5 answers
55 views
Hi

I know this must be quite simple, but none of the examples are quite doing what I am so I am unsure what I need to do!
I am setting custom resources to an appointment which are showing fine and can be selected when inserting, but when I am editing an appointment I don't know how to bind the selected values for the custom resource.

I have looked at this page http://www.telerik.com/community/code-library/aspnet-ajax/scheduler/customize-the-advanced-form-with-the-advanced-template-user-controls.aspx  which was suggested on a previous post but this appears to be just for custom advanced forms but I am not using  a custom form, I am just using custom resources.

A simplified version of how I am adding the custom resources:

if (!IsPostBack)
            {
                 SchToday.CustomAttributeNames = new string[] { "Added Users", "Type" };
                //type is added separately and works fine, the users are added separately as they are only added under certain circumstances.
               SetUsersResource();
}
  private void SetUsersResource()
        {
            UserDetailCollection allUSers = UserManager.GetAllUsers();
            ResourceType users = new ResourceType("Added Users");
 
            users.AllowMultipleValues = true;
            users.ForeignKeyField = "AppointmentId";
            SchToday.ResourceTypes.Add(users);
 
            foreach (UserDetail user in allUSers)
            {
                SchToday.Resources.Add(new Resource("Added Users", user.UserId, user.FullName));
            }
        }

When I bind the scheduler I an doing this:

SchToday.DataSource = GetSchedule();
Where GetSchedule returns a collection of appointments from a table set up as per the documentation.

The selected users are stored in a table called UserAppointments, where the appoinmentId is stored against the user ID.
How do I bind these values back so they are selected when I edit the appointment?

Bex



Peter
Telerik team
 answered on 19 Apr 2012
42 answers
2.3K+ views

You can find attached to this sticky note all available localizations of RadEditor for ASP.NET AJAX provided by our customers. If you have any new localizations for RadEditor and would like to share them with our community, you can send them via the support ticketing system under your Client.net account.

You work will be gladly rewarded.

p.s. Please, note that Telerik supports only the provided English (en-US), German (de-DE) and French (fr-FR) localizations in the Telerik.Web.UI installation and that the attached here localizations could be incomplete or could have mistakes.

p.s.2. If you want t to update any language packs, you can use the following useful tool: http://www.screwturn.eu/(X(1)S(grc2ro551rnpa2eeviiyb5fn))/ResxSync.ashx. It can add new keys to the translated files whenever you have updated the original English files.

Another good diff and merge tool is WinMerge.

Best regards,
Rumen
The Telerik team

Rumen
Telerik team
 answered on 19 Apr 2012
5 answers
551 views
I am using RadAsyncUpload to upload image. I wanted to added client side validation of image for validating height and width of the image. There is property MaxFileSize of this control but it validates the whole size of image, but I want to validate height and width in pixels.

Thanks in advance.
Max
Top achievements
Rank 1
 answered on 19 Apr 2012
2 answers
75 views
hello folks,

i have one simple page containig 3 link buttons. on which different placeholders are loaded dynamically at runtime (usercontrols). in that control view i have button Save on each page which redirects to other placeholder. But on button click i dont wants to get page refersh. what should i use ?

i tried with RadAjaxManager.Rediret(""); but this is refreshing my view. is there any other way ? ;)

example
same page with different view
button1 -> click redirects to placeholder2
button2 -> click redirects to placeholder1
button3 -> click redirects to placeholder2

Thank you in advance
darshan thacker
Top achievements
Rank 1
 answered on 19 Apr 2012
1 answer
77 views
Hi,

i use selenium IDE to test my site. i need to perform test with grid reordering columns and save changes. Is there anyway to achieve this by selenium RC or selenium IDE itself.

Thanks and Regards
Venkat
Hus Damen
Top achievements
Rank 1
 answered on 19 Apr 2012
4 answers
150 views
Is it possible to add a link to the image in the ImageURL of node?
Issac
Top achievements
Rank 1
Iron
 answered on 19 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?