Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
50 views
I have a graphic with 2 YAxis and 8 bars. I need to do 4 bars belong to left YAxis and others 4 lines belong to right Yaxis. How can I do?
This Chart has on XAxis a time scale. I need toi build a graphic on time line.

Thanks.
Evgenia
Telerik team
 answered on 04 May 2012
3 answers
110 views

Hi ,

  This is Rathan. I  placed one tabcontrol inside the page for subselection this tab control is not working  in IE8 browser

please help me .how it will work ?


anks & Regards,
Rathan.k

Helen
Telerik team
 answered on 04 May 2012
1 answer
100 views
I have a graphic. In this graphic I need to show two moments. One moment, between a year range and other moment in other range. So, each range must be two diferent colors, in same line serie. I think to build two series, but when I put serie = 0, I heve a dot line, but I don't want a dot line, but invisible line. Is posible? Below my code:

chartSeries1.SetValues(bl.doubleArrayMercado);
chartSeries2.SetValues(bl.doubleArray2009);
chartSeries3.SetValues(bl.doubleArray2010);
for (int i = 0; i < bl.doubleArray2009.Length; i++)
{
if (bl.doubleArray2009[i] == 0)
{
chartSeries2.Items[i].Empty = 
true//Here a dot line and no invisible line 

chartSeries2.Items[i].Visible = 
false;
}
}
for (int i = 0; i < bl.doubleArray2010.Length; i++)
{
   if (bl.doubleArray2010[i] == 0)
   {
chartSeries3.Items[i].Empty = 
true;//Here a dot line and no invisible line
chartSeries3.Items[i].Visible = 
false;
    }




Peshito
Telerik team
 answered on 04 May 2012
4 answers
133 views
Hi 
I am using Media mangager and flash manager in Rad Editor for MOSS (Rad Version 2010.2.826.35 ). this is behaving differently in different browsers. 
Is there any documentation on the browser/OS support for the Media / flash manager?
Rumen
Telerik team
 answered on 04 May 2012
1 answer
62 views
Steps to reproduce:
1) go to http://demos.telerik.com/aspnet-ajax/scheduler/examples/timezones/defaultcs.aspx
2) make sure the time zone is (UTC+2:00) Helsinki
3) add an recurring appointment for a day ex: 1st May 2012
4) set start time as 05/01/2012 12:00AM, end time as 05/01/2012 01:00AM (1st May 2012)
5) select recurring check box
6) set recurrence 'daily'
7) set 'EndsBy' - 05/04/2012 (4th May 2012)

then check out the scheduler that it shows the appointment also for '5th May 2012'
when checked locally in recurrence rule it stores UNTIL=20120505T000000Z

any fixes for this?
Plamen
Telerik team
 answered on 04 May 2012
1 answer
123 views
Hi,

I have a problem with SortOrder for SelectFields in GridGroupByExpressions when i change to "Descending". Only works for "Ascending". 

When i change to "Descending" i got an error at the designer in VS .NET. i attached an image with the error.

The code for the grid is:

<GroupByExpressions>
                    <telerik:GridGroupByExpression>
                        <GroupByFields>
                            <telerik:GridGroupByField FieldName="OrderNumber" />
                        </GroupByFields>
                        <SelectFields>
                            <telerik:GridGroupByField FieldName="OrderNumber" FieldAlias="OrderNumber" HeaderText="Ordem"
                                SortOrder="Ascending" />
                            <telerik:GridGroupByField FieldName="OrderID" FieldAlias="OrderID" HeaderText="Ítens"
                                Aggregate="Count" />
                            <telerik:GridGroupByField FieldName="ProductAmount" FieldAlias="GroupTotal" Aggregate="Sum"
                                HeaderText="Total" />
                            <telerik:GridGroupByField FieldName="OrderStatus" FieldAlias="OrderStatus" HeaderText="Status" />
                        </SelectFields>
                    </telerik:GridGroupByExpression>
                </GroupByExpressions>
Shinu
Top achievements
Rank 2
 answered on 04 May 2012
2 answers
75 views
Hi,

Is it possible to enable sorting on the grid and then allow the users to sort the data in the grid, without having to add any code, behind the scenes?

Thanks
Angella
Top achievements
Rank 1
 answered on 04 May 2012
2 answers
183 views
Hello,
I am binding the Grid inside a loadHeader method and inside that method, I need to call an event called raIseChangedEvent. Inside raiseChangedEvenet, I need to find the label control inside the gridview and get the value of it. I don't know how to do this. below is my code

public loadHeader()
{

    RadGrid_Header.DataSource = HeaderList;
         RadGrid_Header.DataBind();
         RaiseChangedEvent();

}
protected void RaiseChangedEvent()
{
       // This is what i did with asp.net gridview
       grd_view_tracking.SelectedIndex = 0;
       GridViewRow selected_row = grd_view_tracking.SelectedRow;
      string job_seq_text_val = ((Label)selected_row.FindControl("lbl_job_seq")).Text;
}

How can I get the value of job_seq_text_val  in RadGrid.

Steve
Top achievements
Rank 1
 answered on 04 May 2012
9 answers
315 views

hallo,

is there exist file upload style drag and drop ?

thanx in advance,

Stev

Princy
Top achievements
Rank 2
 answered on 04 May 2012
3 answers
197 views
Is it possible to set the DefaultInsertValue property of a RadGrid with a form control such as TextBox? I have tried the following code without success.

<telerik:GridBoundColumn DataField="ItemID"

FilterControlAltText="Filter column column" HeaderText="Item ID"

 

UniqueName="ItemID" DefaultInsertValue='<% TextBox1.Text %>'>

 

</telerik:GridBoundColumn>


the radgrid control is bound to an entitydatasource  having a two part key one of which is a foreign key needing to be populated with the current entity set's pk.
tony
Top achievements
Rank 1
 answered on 04 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?