KoolGrid - Powerful PHP GridKoolGrid - Powerful PHP GridFullVersion 4.4.0.0 released on 10/22/2012

Client-Side API - Client Events

The example requires database in order to run. Click here to install now!

Description & Sample code

KoolGrid support rich client-side event. There are 2 types of events: "OnBefore..." and "On...". The "OnBefore..." will occur before event is executed and you can return false on handle function to cancel the event. The "On..." will occur after the event is executed.