I am trying to use gridApi.grid.selection.selectAll option to check/select 'selectAll' checkbox in uiGrid header programmatically. But it throws the below error:
Property 'selection' does not exist on type 'IGridInstanceOf'.
I am using angular ui-grid typings file and I don't find the 'selectAll' option in the file. Is there any workaround for this issue?