Hi,
Is it possible to apply conditional formatting on multiple conditions in an AND format?
The case is not very complex –
IF THIS COLUMN HAS DATA AND THIS COLUMN HAS DATA –> change the background color of the row.
I didn’t see this in any of the samples or demos?
1 Answers
This is possible via JS code after using loadComplete event. Check demo code:
http://phpgrid.org/demo/demos/appearance/conditional-format-ext.phps
line 32,103
Your Answer