Questions tagged [ag-grid-valuesetter]
5 questions
4
votes
1 answer
Select with values and IDs inside an ag-grid cell?
I am very new to ag-grid and am evaluating it.
My project's data has multiple lookup tables (i.e. A Foo has a category of Bar, a Brand of Baz and a Class of Boo) that I would like to be able to edit in the ag-grid. Unfortunately, those lookup…

newbo
- 163
- 1
- 9
1
vote
0 answers
How to bind dropdown value dynamically in Angular 7
I have a dropdown, the values of this dropdown should be bind dynamically.
…

Siva
- 21
- 3
1
vote
3 answers
AG Grid: Better way for validation row - valueSetter?
Is there a better way to validate a row in ag-grid than with valueSetter?
I can achieve the validation with that but I am not sure, if there is a better way.…

MrScf
- 2,407
- 5
- 27
- 40
0
votes
1 answer
How to get only displayed row data in Ag-Grid
I am using AG Grid getSelectedRows() to get the selected rows data.
The issue is when i uncheck some columns to hide it using columns tool Panels, the getSelectedRows() it will retrive all the row vlaues, i mean the hidden and the visibles rows…

A.Alshaikhli
- 387
- 2
- 8
- 18
0
votes
1 answer
Pair key-value for filter using ag-grid
Are there any form to set pair key-values for the filter in ag-grid? (show to the user a different value than it is set in the filterModel)
filterParams: {
values: { tyt: "Toyota",
frd: "Ford",
prs: "Porsche",
nss:…

sarnei
- 267
- 1
- 4
- 11