Maximize productivity with
30% off* for a limited time
using BOOSTDEV30.
Includes 3- and 5-packs.
*Some exclusions may apply.New Product LaunchBoldDesk: Help desk ticketing software.
Try it for free.
<ejs-listbox [dataSource]='dataA' [toolbarSettings]='toolbarSettings' height='330px' scope='#connected-list' [fields]='fields' [locale]='en-US'></ejs-listbox>
<ejs-listbox id='connected-list' [dataSource]='dataB' height='330px' [fields]='fields' [locale]='en-US'></ejs-listbox> |
import { L10n, setCulture } from '@syncfusion/ej2-base';
setCulture('en-US');
L10n.load({
'en-US': {
'listbox': {
'noRecordsTemplate': "Your Custom Text", // provide your own text here
}
}
}); |