Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150485 | Jan 8,2020 06:37 PM UTC | Jan 9,2020 12:34 PM UTC | Vue | 1 |
![]() |
Tags: TreeGrid |
methods: {
onClick: function(args) {
let rowIndex: number = (closest(args.target as Element, '.e-row')).rowIndex;
let data: Object = this.$refs.treegrid.ej2Instances.getCurrentViewRecords();
alert(JSON.stringify(data[rowIndex]));
}
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.