I am trying to update visibility option in the columDefs of my ui-grid. After updating the value I need to refresh my ui-grid. What is the way to refresh my grid from my con
You can use
$scope.gridApi.core.notifyDataChange(uiGridConstants.dataChange.COLUMN); method after you modify the column defs and then refesh the grid .
More Details on
http://ui-grid.info/docs/#!/api/ui.grid.service:uiGridConstants#properties_datachange