Get KoolPHP UI with 30% OFF!

Fire a message when certain column assumes a certain value

Jayme
Hello,
I have a KoolGrid which shows a list of active alarms of the system. Each alarm has a property named Severity, which can assume values from "Don't Care" to "Critical".
I would like to fire an alert message when is there at least one row which its SEVERITY column assumes the value "Critical".
How can I do that ?
Thank you very much.
Posted Aug 2, 2017 Kool
Anthony Amolochitis
You can use the java script event handles that come with the grid.
A check can occur on the load event of the grid.
If you are doing a timed refresh of the grid, then the load event can fire the script to execute your alert message.
Posted Aug 3, 2017 Kool -