CELL edit with Add, Delete and Export buttons phpGrid has a less known edit feature called “CELL”. It’s similar to INLINE [...]
Excel Editing Set the edit type to CELL enables datagrid to behave like an Excel spreadsheet. It is advisable [...]
Tagging with autocomplete To enable tagging, you can set the type of grid edit control to autocomplete with [...]
Show Remaining Characters in Textarea/Input In a recent user support request, the user would like to see the remaining characters allowed [...]
Drag & Drop Rows Between Grids You can drag and drop rows between two or more grids using a mouse. In the demo, we have both [...]
Bulk Edit, Select Multiple Rows You can select multiple records with set_multiselect() method. When multiselect is enabled, a [...]
Enhance Edit Form There are many ways to enhance the edit form in regular datagrid + form, or just in form-only [...]
WYSIWYG editor with font colorpicker Font colorpicker is now built right into the phpGrid Wysiwyg editor for both inline and form [...]
Working with Complex Query Keep in mind that any direct editing is always limited to the primary table. For example, in [...]
Nested/Cascade/Dependent Dropdown Use “autocomplete” control and set_nested_dropdown() method, dependent dropdown, [...]
Composite Primary Key Support * * An exclusive feature for phpGrid commercial License In the past, phpGrid supports [...]
Row-level Edit Permission Using actions column in the earlier example, it’s now possible to specify row-level edit [...]
Inline Edit Actions Column Inline edit mode also comes with actions column with edit and delete buttons. Use add_column [...]
Customize Edit Form Layout By default, the edit form is displayed a single column table. This is fine for table with small [...]
Multiple Editable Grids Did you know it is possible to have multiple editable grids in a single page? No need to [...]
Grid Edit Types – Select, Checkbox, Textarea, Autocomplete, WYSIWYG, etc. After enabling edit, set types of data grid edit controls with set_col_edittype() for any [...]
CRUD PHP Datagrid (Editable Datagrid) * * CRUD PHP Datagrid feature is only available in paid versions. The PHP datagrid is not [...]