Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147171 | Sep 3,2019 08:03 PM UTC | Sep 9,2019 09:59 AM UTC | Angular - EJ 2 | 3 |
![]() |
Tags: ListBox |
<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
}
}
}); |
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.