Version 6.5b

phpgrid logo2 header
  • New Features and Enhancements:
    • Supports single level, multiple subgrid. This is an internal update. No new method was introduced. Use set_subgrid() to create multiple subgrids of the same master grid. Previously the later subgrid would overwrite the previous one.
    • Select and Autocomplete edit types now support read only fields during edit, and only during the edit. It doesn’t affect during insert new row.
  • Bug Fixes:
    • Foreign key filter is now also applied during export master detail grids. This fixes bug that produces the entire details grids when export.
    • Fix a bug that cause width resize to go crazy. It was changed from “100%” to ‘1000’ so that subgrid width is stretched to fit the parent grid. It turns out it’s more trouble than it worths.
  • New demo:
    • New mobile support demo.
  • Misc.:
    • Modified local_array.php to include sort type.
    • Update inline action column, virtual column examples
    • Reverted FORM edit trigger event back to “ondblClickRow” from “onSelectRow” as requested by users. INLINE edit remains single click trigger on “onSelectRow”.