Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146502 | Aug 6,2019 11:32 AM UTC | Aug 7,2019 09:43 AM UTC | ASP.NET Core - EJ 2 | 1 |
![]() |
Tags: DataGrid |
div>
<ejs-grid id="Grid" actionComplete="actionComplete" actionFailure="actionFailure" dataSource="ViewBag.DataSource" allowPaging="true">
<e-grid-columns>
. . . . .
</e-grid-columns>
</ejs-grid>
</div>
<script>
function actionComplete(args) {
if (args.requestType === refresh) {
// You code here while grid action is success to complete
}
}
function actionFailure(args) {
// You code here while Grid getting error
}
</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.