phpGrid – PHP Datagrid
     
     
  • Home
  • Screenshots
  • Demos
    • Examples & Tutorials
    • Demo Explorer (new)
  • Documentation
  • Contact Us
  • Get phpGrid Lite (FREE!)
phpGrid – PHP Datagrid
     
  • Home
  • Screenshots
  • Demos
    • Examples & Tutorials
    • Demo Explorer (new)
  • Documentation
  • Contact Us
  • Get phpGrid Lite (FREE!)

Filtered by tag "documentation"

enable_dnd_grouping()
* Please note this feature is only available in commercial licenses. Parameter(s): [...]
set_col_datetime()
* Currently only supported in the commercial licenses  The function is almost identical to [...]
enable_pagecount()
Parameters: $page_count: boolean: true or false. Description: Enable page count in the pager. [...]
form_only() *
* Please note Form-only mode is only available in paid versions. It is supported from version [...]
add_form_group_header()
Parameter(s): $before_col_name: Name of column name before which display group header text [...]
add_form_tooltip()
Parameter(s): $col_name: Name of column name for the tooltip $tooltip_text: Tool tip text [...]
redirect_after_submit()
Parameter(s): $url: Redirect URL Description: Redirect form after submit. Remarks: It does not [...]
load_form()
* Paid version only.  Supported from version 7.0 and above. Parameter(s): $key: A database [...]
enable_global_search() *
* Please note this feature is only available in commercial  edition. Parameters: $enable: true [...]
enable_autoheight()
Parameters: $autoheight: true or false. Default to false. Description: Use this method to set [...]
enable_columnchooser()
Parameters: $enable: true or false Description: Enable column chooser. Remark: The column [...]
set_sortablerow()
Parameters: $sortable: true or false Description: Activate sortable row. Drag and drop row to [...]
THEME global constant
Available starting phpGrid version 6, you can set a global constant “THEME” in [...]
DEBUG global constant
Note: DEBUG global constant is only available starting version 6. For phpGrid version 5.5.5 and [...]
set_edit_condition()
Parameters: $edit_conditoin: An array stores edit permission condition. Description: Set [...]
set_grid_property()
Parameters: $grid_property: An array represents grid property. The property will add to or [...]
$cust_prop_jsonstr
$custo_prop_jsonstr is a variable, not a function. The variable type is JSONString (string in [...]
before_script_end
before_script_end is not a function but a variable. It allows you to inject custom javascript [...]
odbc_mssql
“odbc_mssql” should only be used for DSN connection for Microsoft SQL Server in [...]
set_grid_method()
Parameter(s): parameter: A variable argument. Variable argument makes the function more [...]
set_col_customrule()
Parameters: $col_name: column name $custom rule: Javascript function to validate data [...]
add_column()
Parameter(s): $col_name: Name of the calculated/virtual column. It cannot have space and must [...]
display_script_includeonce()
Parameter(s): None Description: Includes required Javascript libraries before displaying our [...]
add_event()
Parameter(s): $event_name: Event name from one of the following available events jqGrid events [...]
set_col_property()
Parameters: $col_name: column name $property: An array represents the column properties. List [...]
set_col_edit_dimension()
Parameters: $col_name: column name $size/$cols: If the column is a text box, it’s the size that [...]
set_col_date()
Parameters: $col_name: column name $srcformat: source date format, eg. “Y-m-d” $newformat: new [...]
set_col_fileupload() *
* Please note this feature is currently only available for commercial licenses. Parameters: [...]
set_col_default()
Parameters: $col_name: column name $default: column default value Description: Set column [...]
set_col_wysiwyg()
* Only available in the commericial license. Parameters: $col_name: column name Description: [...]
setCallBack
Parameters: $callback_str: callback string Description: Used for pass setting between 3rd party [...]
set_form_dimension()
Parameters: $f_width: form width. The default value is ‘400px’ $f_height: form [...]
enable_kb_nav() – beta
Parameters: $is_enabled: true or false Description: Enable navigation by keyboard using up and [...]
get_display()
Parameters: $add_script_includeonce: true or false. Whether or not to include script header. [...]
enable_autowidth()
Parameters: $autowidth: true or false Description: Use this method to set datagrid width [...]
set_conditional_value() *
* Please note this feature is not available in Lite and Basic versions. Parameters: [...]
set_databar() *
* Please note this feature is not available in Lite and Basic versions. Parameters: $col_name: [...]
set_conditional_format() *
* Please note this feature is not available in Lite and Basic versions. Parameters: $col_name: [...]
set_locale()
Parameters: $locale: language locale. List of values are: bg, cat, cn, cs, de, dk, el, en, fa, [...]
enable_advanced_search()
Parameters: $has_adsearch: boolean value. Set true to enable advanced search Description: [...]
set_col_align()
Parameters: $col_name: column name $align: alignment direction: “left”, [...]
enable_rownumbers()
Parameters: $has_rownumbers: boolean value indicating whether row number is displayed. [...]
set_group_summary() *
* Please note this feature is only available in paid versions. Parameters: $column_name: column [...]
set_group_properties() *
* Please note this feature is only available in paid versions. Parameters: $column_name: column [...]
set_col_width()
Parameters: $col_name: column name $width: width Description: Specify column width in pixel. [...]
set_theme()
* Premium themes are currently available in phpGrid commercial licenses.   Parameter(s): [...]
set_subgrid()
Parameter(s): $obj_grid: phpGrid object as subgrid $s_fkey: subgrid foreign key. $m_fkey: [...]
set_sortname()
Parameter(s): $col_name: Column name to sort $sort_order: ‘ASC’ or [...]
set_row_color()
Parameter(s): $hover_color: Background color when mouse is over a row $highlight_color: [...]
set_pagesize()
Parameter(s): $pagesize: An integer value indicates number of results displaying in a page in [...]
set_multiselect()
Parameter(s): $multiselect:  Boolean value indicates whether the multiselect is allowed [...]
set_masterdetail() *
* Please note this feature is only available in commercial licenses.   Parameter(s): [...]
set_jq_gridName()
Parameter(s): $grid_name: Unique name of the datagrid used internally by phpGrid Description: [...]
set_jq_editurl()
Parameter(s): $url: URL Description: Manually set URL used for editing. The default URL is [...]
set_jq_datatype()
Parameter(s): $datatype: Internal data source type. It can be either “json” or [...]
set_dimension()
Parameter(s): $width: Datagrid width $height: Datagrid height. The default is 100% which [...]
set_col_title()
Parameter(s): $col_name: Colume name $new_title: Display title in grid column header [...]
set_col_required()
Parameter(s): $col_names: Comma delimited one or more column names Description: Set one more [...]
set_col_readonly()
Parameter(s): $col_names: Comma delimited one or more column names Description: Set one more [...]
set_col_link()
Parameter(s): $col_name: Column name $target: Hyperlink target attribute. The default is _new [...]
set_col_img()
Parameter(s): $col_name: Colume name $base_Url: Optional. Base URL to image (added in version [...]
set_col_hidden()
Parameter(s): $col_name: Comma delimited one or more column names $edithidden: Boolean value [...]
set_col_format()
Parameter(s): $col_name: Datagrid column name $format: The format types are: integer number [...]
set_col_edittype()
Parameter(s): $col_name: Column name $ctrl_type: HTML control type. A list of valid controls [...]
set_col_dynalink()
Now supports local array (version 6) ! Parameter(s): $col_name: Name of column to display [...]
set_col_currency()
Parameter(s): $col_name: column name $prefix: currency prefix. The default is USD symbol, $ [...]
set_caption()
Parameter(s): $caption: the text for the grid caption Description: When set, this method [...]
enable_search()
Parameter(s): $can_search: boolean. When set to true, the search icon displays in the footer, [...]
enable_debug()
Note: this method is going to be deprecated in the future. Please use DEBUG global constant [...]
display()
Parameter(s): $render_content: Optional. True or false. Render content to screen, default value [...]
enable_resize()
Parameter(s): $is_resizable: boolean value indicating whether the phpGrid is resizable. $min_w: [...]
enable_export() *
* In Basic edition, export feature is limited to non-lookup tables only Parameter(s): $type: [...]
enable_edit() *
* Please note this feature is only available in paid versions. CELL edit is only available in [...]
set_query_filter($WHERE)
Parameters: $WHERE: Sql WHERE statement to select data conditionally (DO NOT include WHERE [...]
phpGrid Constructor
After successful installation, call the constructor similar to the following: 1$dg = new [...]
Installation
First and foremost, download the phpGrid from the download page, and then extract the zip file [...]
Technical Overview
System Environment: Web-based Intended Audience: Non-Technical Users, Web Developers, Language: [...]
System Requirements
phpGrid is an operating system independent PHP datagrid library. It works on both Windows and [...]
Get My Awesome Grid!
phpGrid Documentations
  • System Requirements
  • Technical Overview
  • Installation
  • phpGrid Constructor
  • set_query_filter($WHERE)
  • enable_edit() *
  • enable_export() *
  • enable_resize()
  • display()
  • enable_debug()
  • enable_search()
  • set_caption()
  • set_col_currency()
  • set_col_dynalink()
  • set_col_edittype()
  • set_col_format()
  • set_col_hidden()
  • set_col_img()
  • set_col_link()
  • set_col_readonly()
  • set_col_required()
  • set_col_title()
  • set_dimension()
  • set_jq_datatype()
  • set_jq_editurl()
  • set_jq_gridName()
  • set_masterdetail() *
  • set_multiselect()
  • set_pagesize()
  • set_row_color()
  • set_sortname()
  • set_subgrid()
  • set_theme()
  • set_col_width()
  • set_group_properties() *
  • set_group_summary() *
  • enable_rownumbers()
  • set_col_align()
  • enable_advanced_search()
  • set_locale()
  • set_conditional_format() *
  • set_databar() *
  • set_conditional_value() *
  • enable_autowidth()
  • get_display()
  • enable_kb_nav() – beta
  • set_form_dimension()
  • setCallBack
  • set_col_wysiwyg()
  • set_col_default()
  • set_col_fileupload() *
  • set_col_date()
  • set_col_edit_dimension()
  • set_col_property()
  • add_event()
  • display_script_includeonce()
  • add_column()
  • set_col_customrule()
  • set_col_frozen()
  • set_grid_method()
  • odbc_mssql
  • before_script_end
  • $cust_prop_jsonstr
  • set_grid_property()
  • set_edit_condition()
  • DEBUG global constant
  • THEME global constant
  • set_sortablerow()
  • enable_columnchooser()
  • enable_autoheight()
  • enable_global_search() *
  • set_pivotgrid()
  • set_col_headerTooltip()
  • redirect_after_submit()
  • load_form()
  • add_form_group_header()
  • add_form_tooltip()
  • form_only() *
  • enable_pagecount()
  • set_col_time() *
  • set_col_datetime()
  • enable_dnd_grouping()

phpGrid is a product of Kayson Group Inc. Kayson Group creates powerful and easy-to-use PHP components for IT professionals since 2004.

 

Download phpGrid
Recent Posts
  • Announcing phpGrid version 7.4.6!

    Announcing phpGrid version 7.4.6!

  • phpGrid 7.4.5

    phpGrid 7.4.5

  • phpGrid 7.4.1

    phpGrid 7.4.1

  • phpGrid 7.4

    phpGrid 7.4

  • phpGrid 7.3

    phpGrid 7.3

Contact

Kayson Group Inc.
324 10TH ST STE 203
OAKLAND CA 94607,
USA

 

Hong Kong: 852-30184061
North America: (877)GRID-666

Products People ♥

  • Home
  • Download
  • Examples & Tutorials
  • Documentation
  • OEM
  • T&C
  • Privacy
  • EULA
  • Version History
© 2008-2021 Kayson Group Inc. All rights reserved.