BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
var cmb = new ej.DropDownList($('#cmbTags'), { dataSource: BikeList, width: "100%", enableFilterSearch:true, caseSensitiveSearch: true, enablePopupResize:true, filterType: ej.filterType.Contains, watermarkText: "Seleccione tag", fields: { id: "Id", text: "TagName", value: "TagName" } }); |
$.fn.modal.Constructor.prototype.enforceFocus = function () { }; |