Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146848 | Aug 22,2019 02:27 PM UTC | Aug 23,2019 10:42 AM UTC | Angular - EJ 2 | 1 |
![]() |
Tags: Grid |
[app.component.html]
<button id="RecordCount" (click)="RecordCountClick()">Get total record count</button>
-----------------------------------------------------------------------------------------------------------------------
[app.component.ts]
export class AppComponent {
. . . .
RecordCountClick(args) {
console.log(this.grid.pageSettings.totalRecordsCount)
}
. . . .
}
|
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.