Select all entries in Multiple Selection List Box

T

TrueDis

I'm trying to get a Multiple Selection List Box that's populated from
a database based on a Dropdown to have all of the options selected by
default. I figured there would be some simple setting for this
control to set all items to checked or unchecked by default, but I
haven't found any such thing. Anyone have any ideas?
 
S

S.Y.M. Wong-A-Ton

Like Art said, there is no easy way to do this. But you could always use
code, of course. :) What you would have to do is loop through the source of
the multiple selection list box, create a field containing the value for each
item from your source, and append it under the group node that represents the
list.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top