ag-grid-angular Questions

1

Solved

I want to format values before exporting them to CSV. For this, I use the processCellCallback as shown in the Code sample. When I include the Callback, I get empty strings instead of cell value fo...
Warmblooded asked 7/10, 2019 at 8:53

2

Application built on Angular and Javascript. AG-Grid editable records having 1st column as Checkbox. After making any changes say on 5 records, after selecting checkbox for any particular record, ...
Infestation asked 21/5, 2019 at 4:38

1

Solved

With ag-grid, you can definte your GridOptions.columnDefs with column information including cellRendererFramework. I have a component that I am using for the cellRendererFramework which includes an...
Valeda asked 2/5, 2019 at 18:55

1

Solved

I'm using ag-grid in my application and want to have a row have child rows that expand when clicked (similar to master/detail, row grouping, or tree data). However, all of these are enterprise feat...
Goar asked 10/4, 2019 at 17:10

1

Solved

I currently have html table with inline editing that uses plain Angular Reactive Forms, including a lot of validation rules: var formArray = new FormArray(this.items.map(createItemFormGroup)); cr...
Onassis asked 26/3, 2019 at 13:31

1

Solved

I'm using ag grid with angularjs and the filter does not work with formatted numbers. I use formatted numbers with currency values. Below is the columndef code: { headerName:"GBO", field: "GBO"...
Coleridge asked 17/3, 2019 at 19:27

1

Solved

I need to change the selection color from blue(default color) to red bordered blue color in ag-grid. Refer the pic the blue color should be converted to thick blue with red border
Cavetto asked 8/3, 2019 at 10:3

1

Solved

I have grid which I want to export: initializeColumnDefs() { this.columnDefs = []; this.columnDefs.push({ headerName: 'time, field: 'completedTimestamp', cellRenderer: (params: any)...
Westbrooke asked 11/1, 2019 at 11:38

0

I am following the Ag-Grid master detail docs, and trying to get both the master and detail grid columns to align and stay in sync as mentioned in the aligned grid docs. But it appears not to work ...
Licha asked 19/1, 2019 at 17:10

2

I'm trying to set new column definitions by calling setColumnDefs using the grid API. This doesn't work as expected. The names of the column headers will not be updated anymore! See this Plunkr: V...
Wiper asked 3/12, 2018 at 21:26

2

Solved

I am using ag-grid enterprise version and I want to disable context menu or a right click on the grid cells but I did not found any solution. Here is my code <ag-grid-angular #agGrid style="wi...
Jinni asked 10/12, 2018 at 13:35

1

Solved

I'm trying to run the example project of ag-grid but getting the following exception: Can't bind to 'gridOptions' since it isn't a known property of 'ag-grid-angular' Code: <div style="wi...
Redblooded asked 29/5, 2017 at 9:7

© 2022 - 2024 — McMap. All rights reserved.