Cool control, but seems to have some issues unfortunately. If it starts with Visible set to false (tried embedding it in a div with visible set to false too), when you set the visibility to true it doesn't render correctly (just the text Select appears,
the rest of the control is gone).
Let me Edit that, it renders incorrectly if it is in an update panel. A full postback and it renders fine.
Setting the Visible property to False for a control will cause it to not be rendered at all (so that you couldn't access it properly). If you want to "hide" the Control, remove the Visible="False" property and replace it with :
SeanGrebey
Member
27 Points
77 Posts
Anybody know a good freeware drop down check list control?
Jan 28, 2013 08:10 PM|LINK
I'm a bit surprised it isn't an option out of the box to be honest. Didn't really want to make my own.
Rion William...
All-Star
27876 Points
4611 Posts
Re: Anybody know a good freeware drop down check list control?
Jan 28, 2013 08:56 PM|LINK
You could check out Drop Down Checkbox List on CodePlex. I believe that should do everything that you need (and it's free).
SeanGrebey
Member
27 Points
77 Posts
Re: Anybody know a good freeware drop down check list control?
Jan 28, 2013 09:11 PM|LINK
Thank you
SeanGrebey
Member
27 Points
77 Posts
Re: Anybody know a good freeware drop down check list control?
Jan 28, 2013 09:11 PM|LINK
Thank you
SeanGrebey
Member
27 Points
77 Posts
Re: Anybody know a good freeware drop down check list control?
Jan 28, 2013 09:12 PM|LINK
Thank you
Rion William...
All-Star
27876 Points
4611 Posts
Re: Anybody know a good freeware drop down check list control?
Jan 28, 2013 09:33 PM|LINK
No problem. I hope it helps you out :)
SeanGrebey
Member
27 Points
77 Posts
Re: Anybody know a good freeware drop down check list control?
Jan 29, 2013 01:48 PM|LINK
Cool control, but seems to have some issues unfortunately. If it starts with Visible set to false (tried embedding it in a div with visible set to false too), when you set the visibility to true it doesn't render correctly (just the text Select appears, the rest of the control is gone).
Let me Edit that, it renders incorrectly if it is in an update panel. A full postback and it renders fine.
Rion William...
All-Star
27876 Points
4611 Posts
Re: Anybody know a good freeware drop down check list control?
Jan 29, 2013 01:53 PM|LINK
Setting the Visible property to False for a control will cause it to not be rendered at all (so that you couldn't access it properly). If you want to "hide" the Control, remove the Visible="False" property and replace it with :