Version 5.0

phpgrid logo12
  • Upgrade to jqGrid 4.4
  • Search bug fix (OR operator)
  • 10 new custom themes, and old theme enhancement!
  • Updated them roller example with dropdowns to change theme
  • Now support ability to call JavaScript function from hyperlink
  • Added “hyperlink_click_event” example: hyperlink onclick to call javascript function
  • Added column format type: date and checkbox
  • Added sqlite driver
  • Chained methods for:
    • setter methods,
    • enabler methods.
  • Advanced methods:
    • set_col_property
    • add_event (new exmaple added)
  • set_col_edit_dimension()
    • e.g. $dg->set_col_edit_dimension(“comments”, 50, 10);
    • e.g. $dg->set_col_edit_dimension(“status”, 40);
    • demo: column_text_edit_dimension.php
  • File upload (beta)
    • edit must be enabled
    • FORM mode only
    • file system upload only, no BLOB
    • the file folder must allow write permission
    • One file upload supported per form
    • file name column should be able to allow NULL value
  • WYSIWYG example added
  • set_col_img()
    • Added 2nd parameter to set base image URL.
    • Only a single image base url is supported per grid.