Simple Shopping Cart Using the Action Column In the action column, it is possible to add additional links or buttons beside the CRUD buttons [...]
Save Data in Virtual Column It’s possible to save data in virtual column to database.To save data in virtual column [...]
Column Methods Version 5.5.5 introduced set_grid_method() method. You can use this method to call any jqGrid [...]
Custom Data Validation phpGrid automatically does data validation based on database data type such as a string cannot [...]
Virtual/Calculated Column Starting version 5.5, you can now add virtual column, AKA calculated column, to your existing [...]
Column Property You can now directly manipulate individual column properties without using helper set_col_* [...]
Custom Event Handler phpGrid supports custom event handlers using the add_event() method. The event handlers are [...]