Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148388 | Oct 17,2019 12:16 PM UTC | Oct 18,2019 10:14 AM UTC | jQuery | 1 |
![]() |
Tags: ejDropDownList |
var controlProperty =
{
dataSource: customerList,
fields: { text: "ContactName", value: 'ContactName' },
itemsCount: 100,
popupHeight: "200px",
width: "250px",
enableFilterSearch: true,
enableServerFiltering: true,
search: function (args) {
//Sent the request to server on searchString value contains more than 3 characters
if (args.searchString.length < 3) {
args.cancel = true;
}
}
}; |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.