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

two rows of checkboxes ina listbox

2 Answers 43 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Anjali
Top achievements
Rank 1
Anjali asked on 02 May 2011, 06:07 PM
Hi Everyone,

  Is it possible to put two rows of checkeboxes in a listbox. i can put one row like it is shown in a demo, but i want two rows. Is it possible to do that?

I was following this example, but I need two rows instaed of one.


http://demos.telerik.com/aspnet-ajax/listbox/examples/functionality/checkboxes/defaultcs.aspx

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 03 May 2011, 08:06 AM
Hello Nitu,

RadListBox supports Templates, which allows you to  embed any context inside a RadListBoxItem.
For example,
  • HTML markup
  • ASP.NET server controls
  • other third-party controls (other Telerik RadControls for ASP.NET Ajax for example)
Take a look at the following documentation and demo for more on RadListBox templates.
Templates Overview.
ListBox / Item Templates

Thanks,
Princy.
0
Anjali
Top achievements
Rank 1
answered on 03 May 2011, 07:18 PM
Thanks princy!!
Tags
ListBox
Asked by
Anjali
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Anjali
Top achievements
Rank 1
Share this question
or