Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144292 | Apr 29,2019 12:32 PM UTC | Apr 30,2019 08:36 AM UTC | Angular - EJ 2 | 1 |
![]() |
Tags: Grid |
expand() {
this.gridObj.element.addEventListener('click', (e)=>{
if(parentsUntil(e.target as Element, 'e-detailrowexpand')) {
this.gridObj.detailRowModule.collapseAll();
let row = parentsUntil(e.target as Element , 'e-row');
let rowIndex = parseInt(row.getAttribute('aria-rowindex'));
this.gridObj.detailRowModule.expand(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.