ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: EPM Solutions on January 04, 2021, 09:29:42 am
-
Hello Team,
Thanks,
I need to be change font color as red and background color as yellow while adding new row in grid.
Please suggest to me or provide snippet of code.
Please find the below screenshot:-
-
Please share your existing code for adding new row in grouped rows.
-
Please use pq_rowstyle metadata of rows to add css styles.
var newRow = { pq_rowstyle: { "background-color": "#ffff00", color: "#0000ff" } };
grid.Group().addNodes([newRow], parent);
Example: https://paramquery.com/pro/demos/group_rows_editing