Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145511 | Jun 25,2019 06:14 PM UTC | Jun 27,2019 06:12 AM UTC | Angular - EJ 2 | 3 |
![]() |
Tags: Grid |
[app.component.html]
<ejs-grid #batchgrid id='Batchgrid' [locale]='en-US' [dataSource]='data' allowPaging='true' [pageSettings]='pageSettings' [editSettings]='editSettings' [toolbar]='toolbar'>
<e-columns>
------------------------
</e-columns>
</ejs-grid>
------------------------------------------------------------------------------------------------------------
[app.component.ts]
setCulture('en-US');
L10n.load({
'en-US': {
grid: {
ConfirmDelete:"Are you ok to delete the record ?"
}
}
});
|
This is exactly what I was looking for. Thank you.
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.