Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144901 | May 28,2019 07:22 AM UTC | May 30,2019 12:39 PM UTC | Vue | 1 |
![]() |
Tags: Data Grid |
editSettings: { allowEditing: true, allowAdding: true, allowDeleting: true, mode: "Batch" } |
selectionOptions: { type: "Multiple" } |
btnClick: e => {
var grid = document.getElementById("Grid").ej2_instances[0];
var selectedRecords = grid.getSelectedRecords();
alert(JSON.stringify(selectedRecords));
} |
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.