I constructed a RadGridView and would like to use its content for my RadChartView to create a pie chart, but so far nothing shows up.
For RadGridView I would have five columns.
Name Count C D E
Germany 20
France 50
I would only use the "Name" and Count" column to construct my pie chart but not "C", "D", and "E" columns, so it would be a percentage chart with Germany 20/70 and France 50/70. How do I use these two columns of the RadGridView for my RadChartView?


Dear Telerik,
I'm currently using the version 2013.2.612.40. My requirement are to get the ListViewDataItem when the user right click. I'm using the DetailsView.
Basically the user right click in one item, the last get selected and later i can do some other processing.
Unfortunately i cannot get it done. I have seen the following post that does not work http://www.telerik.com/forums/select-an-item-in-listbox-control-on-mousedown-event
Any help please
Hi there,
I'm encountering a problem when using the RadTreeView control to display sibling nodes with different text lengths.
The text for the nodes is not being uniformly left aligned - even when I explicitly set this for each node using
fooNode.TextAlignment = ContentAlignment.MiddleLeft
Please see the attached image for an example of the issue - I've highlighted the affected nodes in orange.​
To set the control's font I'm using
radTreeView.Font = new Font("Microsoft Sans Serif", 8.25F, GraphicsUnit.Point);
I'd be really grateful if anyone could please advise on how I could get my node text lining up perfectly !
thanks a lot
James

I am currently using a HtmlViewDefinition() in a template to get a custom view in a hierarchy(Picture down below). My question is if there is a way to make the text box (notes) a RichTextEditor-Like box.
I am using a TextBox Column in the picture below with WrapText set to true and AutoSizeRows set to true as well
Thank you

Hi folks,
Is there a way for the calculator control to be permanently 'dropped down'? I want to be have a control on a form so it can be dragged around the screen. and have it permanently anchored to the form it is on.
Thanks folks.
Hello,
i've got a short question. Is there a build in way to set the PageSize dynamically so that the number of rows displayed will be calculated in relation to the grid height?
If not i think i will implement it in SizeChanged event. Any suggestions or experiences for that?
Best Regards,
Yves
