Hi,
what are the steps for using a webdropdown with checkbox ..
was it available in early versions of infragistics
Please help me..
regards
You can take a look at the following sample:
https://es.infragistics.com/samples/aspnet/drop-down/multi-selection => WebDropDown => MultiSelection
You need to set EnableMultipleSelection=true, MultipleSelectionType=Checkbox, and optionally, EnableClosingDropDownOnSelect=false.
Hope it helps,
Angel