Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142977 | Feb 27,2019 11:49 AM UTC | Feb 27,2019 12:03 PM UTC | ASP.NET Core - EJ 2 | 1 |
![]() |
Tags: DataGrid |
<ejs-grid id="Grid" dataSource="ViewBag.datasource" allowFiltering="true" actionComplete="actionComplete" " allowPaging="true">
<e-grid-pagesettings pageCount="2"></e-grid-pagesettings>
<e-grid-columns>
<e-grid-column field="OrderID" headerText="Order ID" textAlign="Right" width="120"></e-grid-column>
. . .
</e-grid-columns>
</ejs-grid>
<script>
function actionComplete(args) {
if (args.requestType === 'filtering') {
// you can do your requirement here
}
}
</script>
|
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.