Telerik Forums
UI for ASP.NET AJAX Forum
10 answers
130 views
Hello

I have a Telerik installation on server. Earlier all controls were fine, but now all of a sudden none of them work.
I have copied the Telerik.Web.UI.dll file to the bin folder.

Any quick help will he appreciated.

Screenshot for reference

Controls visible in the image:
1. RadTree
2. RadEditor
Vivek
Top achievements
Rank 1
 answered on 04 May 2012
1 answer
35 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
95 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
86 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
123 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
45 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
100 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
61 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
159 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
270 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
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?