Posted 4 January 2021, 9:46 am EST - Updated 3 October 2022, 2:56 pm EST
I have wijmo grid and on grid having button(DirectAssinment) .While click on button i need to open one model popup window.Model pop up is another component.
While navigation to po pup window ,Loosing the parent grid .Its displaying the empty parent.
{
label: ‘Direct Assignment’,
icon: ‘bento-icon-bullet-list’,
action: () => {
this.onBindData();
this.router.navigate([‘./app-directAssignment’]);
this.onBindData();
console.info(‘export’);
}