I am currently editing a project that was carried out by another developer (not available).
I am trying to edit a report that uses pie charts, and I need to make all the pie charts the same size (with a constant radius) but I still haven't find a way to do so.
The report only uses a .resx and a .cs files.
Is there any property that can be used to set the radius constant? Where is it located?
Thanks in advance.


I want to use RowDetails in the grid. So I want to put a toggle button on the first column, click it will expand or collapse. The question is that I click it the selected Item is not bind. It seems that button is not belonging to the selectedItemUnless I click somewhere else on the row.
Not sure..how? Sorry I can't provide sample code now...



Hello,
I'm working on a .Net Windows application in which RadDropDownList is used. Everytime when a dropdownlist selected item changes, there is a Bubble test which is displayed Indicating the selected value. I would like to disable it as it is causing problem (overlapping). Could you please let me know how to disable it ?
Please find the attached Screenshot of that Bubble text.
Thanks in advance

I would like to see data from multiple 2D graphs in the same 3D chart. Is this possible to do?
For example show a ScatterSplineAreaSeries in the XZ plane at Y=0 and show a separate spline series in the XZ plane at Y = 1.
I was hoping I could use a SurfaceSeries3D to accomplish this but I could not figure out how to feed it points that accomplished the same spline effect as in the 2D RadChartView.

Hello.
Is there way/event to handle document changes that user is making before they are applied and way to cancel this changes?
There is post https://www.telerik.com/forums/disable-editing-mergefield-content#3897VKegyEGBlIqVC1wuSg with info how to check current element, but without info where to process it.
