On an Edit button click I'm reconfiguring gridOptions by setting the editable property of columns to true and making several other data changes. The gridOptions property is updated correctly however on calling this.gridOptions.api.refreshView() inside AfterContentChecked lifecycle event of Angular 2 the grid view is not getting updated.
Thanks.