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

How to get checkbox in RadDataboundListBox to appear over content

1 Answer 57 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matt
Top achievements
Rank 1
Matt asked on 19 Jul 2014, 10:42 AM
Hi

I have a RadDataBoundListBox displaying images and I have enabled the checkbox, but it displays to the left in a black bar. How do I get the checkbox to display over the top of my lst content?

Thanks
Matt

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 23 Jul 2014, 06:43 AM
Hi Matt,

In order to get the checkbox control to overlay the list content ,you have to change this code 
<telerikPrimitives:StackVirtualizationStrategyDefinition Orientation="Vertical" />

with

<telerikPrimitives:WrapVirtualizationStrategyDefinition Orientation="Vertical"/>

Please find an attached project  that demonstrates this functionality.

I hope this helps. Let us know if you have further questions.

Regards,
Dimitrina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
DataBoundListBox
Asked by
Matt
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or