KoolGrid - Powerful PHP GridKoolGrid - Powerful PHP GridTrialVersion 2.0.0.0 released on 2/28/2010

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.