This is an upgrade of an existing non-AJAX version which i posted on code project a while ago where i explained all the implementation details which remains same for this version as well with a few exceptions that are specific to the UpdatePanel i have used in this version.
The control delays loading and populate itself only upon clicking the arrow image button. Considering this behavior, you can enable/disable list-items in DataBound event for CheckboxList (cbl_DataBound). In order to do it from the page, the control should implement IList that will give ListItemCollection which can then be used to control the behavior of individual items.
Hi,Iam narmadha,I tried your control C# version ,but scroll down property is not valid in style sheet ,how to set scroll bar for this conrol ,,,,,,,,can u help me.............thanks in advance,
The scrollbars are defined by the overflow property of the main div (dvMain) in style sheet. I have checked it appears in IE, Firefox and Chrome. Let me know if you are using a different browser or a different version?
12 comments:
can u provide an example on how can i use this control... we tried but its not working as expected....
This is an upgrade of an existing non-AJAX version which i posted on code project a while ago where i explained all the implementation details which remains same for this version as well with a few exceptions that are specific to the UpdatePanel i have used in this version.
Please check it out here:
http://www.codeproject.com/KB/user-controls/Multiselect-Dropdown.aspx
For the best results, I would suggest you to use Firefox. Let me know if above link doesn't help you.
Is there a C# version of this control?
Please follow the link below for C# version:
http://bit.ly/auM1sZ
How you restrict the amount checks the user can check
Hi,
The control delays loading and populate itself only upon clicking the arrow image button. Considering this behavior, you can enable/disable list-items in DataBound event for CheckboxList (cbl_DataBound). In order to do it from the page, the control should implement IList that will give ListItemCollection which can then be used to control the behavior of individual items.
HTH,
Hi,Iam narmadha,I tried your control C# version ,but scroll down property is not valid in style sheet ,how to set scroll bar for this conrol ,,,,,,,,can u help me.............thanks in advance,
Hi narmadha,
The scrollbars are defined by the overflow property of the main div (dvMain) in style sheet. I have checked it appears in IE, Firefox and Chrome. Let me know if you are using a different browser or a different version?
HTH,
why this control does NOT remember its state?
I need to load items for it every page_load its pointless
C# verison doesnt save value properly for postback
Hmm - it's just the display title which doesn't keep the text after postback.
But can you tell me why C# version does automatic postback after close while VB version does not?
Thanks
will you please tell, how can I use this with master page?
Post a Comment