This is a migrated thread and some comments may be shown as answers.

Two fields in DataLablesColumn

3 Answers 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Eric Klein
Top achievements
Rank 1
Eric Klein asked on 08 Feb 2013, 08:24 PM
I am trying to figure out a way that I can show the two fileds in the Datalable.  I have seen other post on this and one said to to use the ItemDataBound event, which I have tried but Telerik.Charting is not recognized.  I have tried to add Telerik.Windows.Controls.Charting but that also does not seem to exist.  Is there another library I need?

I am using 2012Q3 Reporting

3 Answers, 1 is accepted

Sort by
0
Eric Klein
Top achievements
Rank 1
answered on 11 Feb 2013, 09:25 PM
I have played around with this some more and it seems like the ItemDataBound event never fires.  I have put breaks in the code behind for the ItemDataBound event and it never breaks.  Is there something that is keeping the event from firing?
0
Steve
Telerik team
answered on 12 Feb 2013, 07:48 AM
Hello,

You can use Calculated Fields for this purpose as the easiest way. Another approach would be to use NeedDataSource event of the chart, ItemDataBinding/Bound event handlers of the chart item in Telerik Reporting do not have the same meaning as in the RadChart for ASP.NET AJAX.

Greetings,
Steve
the Telerik team

HAPPY WITH REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

0
Eric Klein
Top achievements
Rank 1
answered on 12 Feb 2013, 01:28 PM
Ok I see how the calculated fileds work, but why is the ItemDataBound event not firing?  Also is ther a way to format th label.
If I am concat a string and a decimal and want to format the decimal to 0.00% 
Tags
General Discussions
Asked by
Eric Klein
Top achievements
Rank 1
Answers by
Eric Klein
Top achievements
Rank 1
Steve
Telerik team
Share this question
or