Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141136 | Nov 26,2018 11:46 AM UTC | Nov 27,2018 12:50 PM UTC | ASP.NET Core - EJ 2 | 3 |
![]() |
Tags: DataGrid |
var gridObj = document.getElementById('Grid')['ej2_instances'][0];
gridObj.editModule.addRecord({ OrderID: 10247, CustomerID: 'VINET' });
|
<ejs-grid id="Grid" toolbar="@(new List<string>() { "Add", "Edit", "Delete", "Update", "Cancel" })" allowPaging="true">
<e-grid-editSettings allowAdding="true" allowDeleting="true" allowEditing="true"></e-grid-editSettings>
. . .
|
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.