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

Checkbox or picturebox in table

3 Answers 402 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 07 Sep 2011, 11:03 PM
Is it possible to display a picturebox or checkbox in a table in a report? The data source has a column that contains a binary image, and there is also a bit field that is used to indicate yes/no. I believe I can do it programmatically, but is there any way to create this declaratively?

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 08 Sep 2011, 04:22 PM
Hello Derek,

Table item is data container thus it supports CheckBox and PictureBox items. Those items when dropped over a table cell will replace the default textbox item. Another approach is drop a Panel item in the table cell and add multiple items within the Panel item.

Regards,
Peter
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Derek
Top achievements
Rank 1
answered on 13 Sep 2011, 06:04 PM
I was a bit confused by this, so I'll add my comments on the chance that someone else runs into the same issue.

I initially created the table using the Table Wizard. When the columns were created, all columns were textboxes. However, I made the data explorer visible, and dragged the correct columns on to the items I wanted to replace; this not only changed the column value, but it also changed the column type to the appropriate type.
0
Chris
Top achievements
Rank 1
answered on 01 Sep 2015, 03:31 PM
This doesn't work for me.  I have a boolean field in the datasource and if I drag it in, it just creates a text box.
Tags
General Discussions
Asked by
Derek
Top achievements
Rank 1
Answers by
Peter
Telerik team
Derek
Top achievements
Rank 1
Chris
Top achievements
Rank 1
Share this question
or