i have using template for a column
<e-column>
<ng-template e-template let-data>
<div>
<span class="fa fa-edit" (click)="onEditClick(data)"></span>
</div>
</ng-template>
</e-column>
that click event is not binded. also if i use property binding there that is also not working.
this is my angular
"@angular/animations": "5.0.5",
"@angular/common": "5.0.5",
"@angular/compiler": "5.0.5",
"@angular/core": "5.0.5",
"@angular/forms": "5.0.5",
"@angular/http": "5.0.5",
"@angular/platform-browser": "5.0.5",
"@angular/platform-browser-dynamic": "5.0.5",
"@angular/router": "5.0.5",
this is my syncfusion
"@syncfusion/ej2-base": "^15.4.23",
"@syncfusion/ej2-data": "^15.4.23",
"@syncfusion/ej2-ng-grids": "^15.4.24",
also there is no error in console.