Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
162 views
I have a vertical bar chart that's bound to a data table that has only 1 row with 7 columns. I've created the bar chart with 7 series so that each vertical bar represents one column of the data. I currently have a data label at the top of each bar that shows the value. I would like to add a static label at the bottom of each bar to identify what that bar represents. For example, the first bar represents requests that were open for 0-15 days. I would like the label under the bar on the x-axis to read "0-15". The value on the y-axis is how many requests fell into that category.

Can I do it with the way my data is coming back, or do I need to modify my SQL so that I end up with multiple rows? Thanks!
Philip Senechal
Top achievements
Rank 1
 answered on 10 Feb 2010
2 answers
120 views
I've followed the example at: http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx

However, I need to be able to load the contents of the TreeView at runtime.  It's working fine if the treeview "exists" before the dropdown is activated, but because it's part of a template, the list is not "real" until runtime when the dropdown is used.

I've tried creating a different control and then swapping it in to no avail...

Any ideas?
Kevin
Top achievements
Rank 1
 answered on 10 Feb 2010
2 answers
820 views

I am exporting some decimals to excel and the formatting is dropping of two numbers.

Displays: 0.0051
Exports:  0.00 

I have tried the following below to no avail, your help would be greatly appreciated.  

 

 

DataFormatString=" {0}"     which gives me "?0.0051"  
 
DataFormatString="{0:f5}"           still 0.0051  
 

 

 

Mike
Top achievements
Rank 1
 answered on 10 Feb 2010
4 answers
190 views
When I add an appointment to the the timeline view in the radScheduler it automatically doubles the height of the row.  I assume that this is so another overlapping appointment can be made, however appointments in the system I'm working on should not overlap, so I would like to know if there is a way to stop the control from increasing the row height once an appointment is added?

Also while I'm here, is it possible to stop appointments overlapping using the control rather than doing it in the code behind?

Thanks in advance,

Peter
Peter
Top achievements
Rank 1
 answered on 10 Feb 2010
2 answers
289 views
Hi ,

We are using Telerik controls in our project. I just want to check whether  telerik is providing a multiselect combo box with intellisense(filtering option) . If yes then can you route me to that control.

Thanks in Advance,
Vijay
Vijay Ganaraju
Top achievements
Rank 1
 answered on 10 Feb 2010
2 answers
111 views
hi I have a radgrid with detailtables inside detailtables (3 level). At runtime I expand some mastertableview records to see the detailrecords, and expend some detailtables to see the 3rd level detailrecords.When I click on Export I want to export the mastertable and ONLY the expanded detailtables.
my export code is:
RadGrid1.MasterTableView.HierarchyDefaultExpanded = true;  
RadGrid1.MasterTableView.DetailTables[0].HierarchyDefaultExpanded = true;  
RadGrid1.AllowPaging = false;  
RadGrid1.MasterTableView.Rebind();  
RadGrid1.ExportSettings.OpenInNewWindow = true;  
RadGrid1.MasterTableView.ExportToCSV(); 


please help, thanks in advance
Daniel
Telerik team
 answered on 10 Feb 2010
1 answer
77 views

Hi..

         Is there any way to my ExportPDF button with traditional Insert and Refresh button. Usually the insert and Refresh button displays top and also we can adjust the position.

I am facing the issue when i added the ExportPDF button with the Grid. The grid displays only ExportPDF button only.

                    <CommandItemTemplate>                      
                        <asp:LinkButton Font-Bold="true" ForeColor="blue" ID="btnExport" CommandName="lnkExportPDF" 
                            runat="server">ExportPDF</asp:LinkButton> 
                    </CommandItemTemplate> 

It would be better result if i am able to view the Export button at the bottom and also Insert and Refresh button at the top. Can we achieve just like this scenario.

-Thanks
Daniel
Telerik team
 answered on 10 Feb 2010
4 answers
155 views
I'm not a fan of either of these browsers but some of our visitors are.  I am using the January release.  The editor just hides the toolbar.

http://www.eggheadcafe.com/forumpostsubmission.aspx?topicid=36&forumpostid=10144850

Unfortunately, you'd have to have a free eggheadcafe account to see the editor...
Robbe Morris
Top achievements
Rank 1
 answered on 10 Feb 2010
4 answers
165 views
hi I have a radgrid with 3 detailtables on the 2nd level and each detail table also has a 3rd level detail table. The mastertableview grid is paginated, on the export button click I have the following code to export the grid with expanded detailtables (some mastertable records are expanded, some are not):

protected

 

void ExportData(object sender, EventArgs e)

 

{

 

Button ExportLinkButton = (Button)sender;

 

RadGrid1.ExportSettings.IgnorePaging =

false;

 

RadGrid1.MasterTableView.ExportToExcel();

}

 


At runtime I only expanded one mastertableview record, and the detail table for this record is exported correctly. However I realised that only 1st page of the mastertable grid is exported... Then I tried to add the follwoing line of code and expecting to fix the issue:

RadGrid1.MasterTableView.AllowPaging =

false;

 


Then at runtime it does export all records in the mastertable, however the expanded detail tables are no longer shown..

is there anything missing in my code? please help
thanks in advance!



Daniel
Telerik team
 answered on 10 Feb 2010
1 answer
111 views
None of the RadGrids are showing properties and events in the properties window everything else seems to work fine. I uninstalled and reinstalled and still not working. I can get to the dropdown events and select from there but that does not give me the code for the event. Since I don't have c# memorized yet I don't remember how every event is formatted..
John Bachus
Top achievements
Rank 1
 answered on 10 Feb 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?