jqSuite php documentation
Version 4.4.0.0
Released June 19, 2012
Additions
Grid
Support grouping on multiple fields (see Grouping examples in demo)
Added adodb support of the grid. Now is possible to use adodb (www.adodb.sf.net) (see Loading data Adodb example in demo)
Now it is possible to get all the data from xml file - i.e query, table, primary key
Code optimizations setColModel function
jqScheduler
Support for odbc driver
Adodb support. Now is possible to use adodb (www.adodb.sf.net)
jqForm
Adodb support. Now is possible to use adodb (www.adodb.sf.net)
jqTreeGrid
Adodb support. Now is possible to use adodb (www.adodb.sf.net)
Fixes
jqGrid
Fix aftersave func in inline navigatuion to change the selected row
Fix search to get the data using the complex filters.
Fix deprecated ereg and correct parsing of AS in the array driver
Fix converting special characters in pdf and csv export
Fix bug in odbc failing to execute complex query with parameters
Fix ODBC dreiver when delete a record.
Fix getColumnMeta in Array and mongo drivers to return approximatley the len of the data fields
Fix some database drivers to return false if the primary key can not be obtained.
Fix empty values when the type is date. Also a empty string is builded
Fix callGridMethod to get the id without having "#" too at the beginning.
Fix parsing in _getcount function. Fix parsing WHERE clause in array driver and when optimize search is on and some column contain word WHERE
Fix array driver to parse correct words which contain SQL commands.
jqChart
Fix jqChart to output (echo) the html and then javascript code.