Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
201 views
Does anyone have any sample code to create a candlestick chart through code.  I've got the date in a datatable and i'm trying to configure the chart.  

ChartSeries s = new ChartSeries();
            s.Type = ChartSeriesType.CandleStick;
            s.DataLabelsColumn = "Date";
            s.DataYColumn = "Open";
            s.DataYColumn2 = "High";
            s.DataYColumn3 = "Low";
            s.DataYColumn4 = "Close";
            
this.chart1.Series.Add(s);
Ves
Telerik team
 answered on 05 Jun 2013
1 answer
144 views
When the user closes a radwindow the following javascript function is called to refresh the grid on the parent page:

function refreshGrid(arg) {
                    $find("<%= RadAjaxManager1.ClientID %>").ajaxRequest("Rebind");
                }

That works great. I now need javascript to get the itemcount from the grid, after the grid has refreshed, and update a text field on the page.

How can I get the itemcount grid value via javascript?
Princy
Top achievements
Rank 2
 answered on 05 Jun 2013
3 answers
128 views
Hello, 

I have used a RadScheduler on my SharePoint 2010 site with IE8. But every time I try to navigate to "Day", "Week" and "Month", A script error pops-up. I am using Ajax for each request,
 
I am attaching a sample of the project and the webconfig.
In the sample, To recreate the issue, Add the webpart to your page. Click "Month", Then a postback will occur(This does not happen in my developing aaplication). Afterwards, select "Day" or "Week". It wont navigate to either of them and there will be a script error.
To get the script error, use IE developer tools and start debugging. Do the same steps as told earlier, you will see the script error then.

I am attaching an image of the script error what happens when I first select "Day", Then "Week".

I have added the RadScriptManager to the master page.

*Removed Link*
Plamen
Telerik team
 answered on 05 Jun 2013
1 answer
100 views
Hi,

Even though I enabled the property "EnableRowHoverStyle ", the hover effect only shown up in View Mode, not in "Inline" Edit Mode.
I think that it is like this by default. Would you please let me know if there is any workaround?

Thanks

Lamk.
Princy
Top achievements
Rank 2
 answered on 05 Jun 2013
6 answers
586 views
I'm facing an issue with RadGrid control. I have a dataset grouped by a "level" field, and RadGrid shows subtotals per level. RadGrid allows to reorder columns. The issue is that, when reordering a column, its subtotal is not reordered alongside the column data and header; so, if a text column is reordered between numeric columns, the subtotal of the previous column appears on the group footer for that column. Please refer to attachments 1 and 2, to see an example.

Thanks
Regards
Julio MX
Jules
Top achievements
Rank 1
 answered on 04 Jun 2013
2 answers
98 views
HI,
I have a user control inside of a Radgrid. This control has javascript which works fine when a single OR More than one control is placed on a  page just fine. But when I add this control  to a grid. It cant find the function.

N.B: Radgrid is ajax enabled with radajaxproxy and everything else works just fine..Any ideas..?

Thanks.
Sadaf
Top achievements
Rank 1
 answered on 04 Jun 2013
5 answers
381 views
Im using a Radgrid. I have a Textbox that is disabled, but I would like to enable it when any row is selected in the Radgrid.
Elton
Top achievements
Rank 1
 answered on 04 Jun 2013
6 answers
403 views
Just to give a heads up.  If I insert a Return into a RadEditor, Google Chrome seems to interpret the Return as $0 or $0$0.$0$0$0$0For example, I entered:$0$0aaa$0$0bbb$0$0ccc$0$0ddd$0$0$0$0$0Then disabled the RadEditor, and it showed this:$0$0$0aaa$0bbb$0$0ccc$0$0ddd$0$0$0$0$0$0IE and FF work fine.$0$0
guest
Top achievements
Rank 1
 answered on 04 Jun 2013
2 answers
56 views
Hi,
Is it possible to set the UploadedFilesRendering property on the RadAsyncUpload control to diplay the files in a lateral manner, rather than BelowFileInput or AboveFileInput?

Thank you very much,
Randy Sullivan
Randy
Top achievements
Rank 1
 answered on 04 Jun 2013
1 answer
104 views
Can anyone tell me, if it is possible to use RadRotator to open a pdfs in a folder, have them display for a set period of time and then open another one, etc. and constantly rotate through multiple pdfs?     I have a 60inch monitor in our hallway, that our engineering department would like to have rotate multipe pdfs.  each pdf is displaying different information.   I have looked at radrotator some, but did not see anythng to add the item template to rotate.  Please help me.... or point me in another direction.


Thank you


doug
Slav
Telerik team
 answered on 04 Jun 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?