taffy-coustom-ui
Version:
9 lines (8 loc) • 419 B
HTML
<jqxDropDownList #myDropDownList (onSelect)="listOnSelect($event)"
[width]="200" [height]="30" [source]="dataAdapter" [checkboxes]="true"
[displayMember]="'ContactName'" [valueMember]="'CompanyName'">
</jqxDropDownList>
<div style="float: left; margin-left: 20px; font-size: 13px; font-family: Verdana">
<div #log></div>
<div #checkedItemsLog style="max-width: 300px; margin-top: 20px"></div>
</div>