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

RadioButtons in a ReportView?

4 Answers 436 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 18 Dec 2012, 10:03 AM
Hello

I'm using Telerik.Reporting (Q3 2012 build 6.2.12.1123) for a MVC2 C# project.

Is it possible to use Radiobuttons instead of Checkboxes in a ReportView? Are there any examples?
I've got a boolean value which I want to show as a Radiobutton (True/False).


4 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 18 Dec 2012, 12:50 PM
Hi Robert,

There is no radiobutton report item. You will have to make a custom implementation with the PictureBox or Checkbox items and images that would be used for the radio buttons.
You should have 2 pictures - one for  checked and one for unchecked. Then you can use Bindings to change the images according to the fields.

All the best,
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
Robert
Top achievements
Rank 1
answered on 18 Dec 2012, 01:28 PM
Thank you very much

While I was trying to binding it, I found something simpler.
For the CheckBox you can easily replace the CheckedImage and UncheckedImage.
That works for me.

Thx and cheers
0
Jobi
Top achievements
Rank 1
answered on 29 Jan 2019, 06:16 AM

I have created a checkbox with checked image and unchecked image but it is not reflecting.

 

0
Jobi
Top achievements
Rank 1
answered on 29 Jan 2019, 06:18 AM
I have created a checkbox with checked image and unchecked image but it is not reflecting it.
Tags
General Discussions
Asked by
Robert
Top achievements
Rank 1
Answers by
Steve
Telerik team
Robert
Top achievements
Rank 1
Jobi
Top achievements
Rank 1
Share this question
or