ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
100+ results for ajaxcheckboxlist
Title:
B
I
{code}
?
I have 3 checkboxlist A,B,C. B,C are the children of A. The problem is that usualy A has 10-20 results while B could have 100+ results and C has less than 10 results it will look like this A [x]... [x]... B [x]... [x]... . 100 more C [x]... [x]... Then I put A,B,C in a table it looks like this A B C [x]... [x]... [x]... [x]... 100 more [x]... is there any way to make it look like this? A B C [x]...[x]... [x]...[x]...[x]... [x]...[x]... [x]... [x]...[x]...[x]... or is there any better way to make this look nice and responsive? basically I need to fit all the boxes with a minimum width of the page.
Save Changes
Cancel
Sean
asked at 11 Sep 2015
you could use the multiselect mod, it also has built-in search so it will be much easier for the users http://demo.aspnetawesome.com/AjaxCheckBoxListDemo#Custom-rendering or apply css rules to float the li surrounding the checkbox with the label
at 11 Sep 2015
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK