Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:options [2013/05/13 15:15]
admin
wiki:options [2018/02/02 20:50] (current)
admin
Line 1: Line 1:
 ~~DISCUSSION~~ ~~DISCUSSION~~
-~~ODT~~ 
 ====== Options ====== ====== Options ======
  
Line 103: Line 102:
 |savedRow|array| This is a readonly property and is used in inline and cell editing modules to store the data, before editing the row or cell. See [[Cell Editing]] and [[Inline Editing]]. |empty array|No| |savedRow|array| This is a readonly property and is used in inline and cell editing modules to store the data, before editing the row or cell. See [[Cell Editing]] and [[Inline Editing]]. |empty array|No|
 |<​del>​searchdata</​del>​|<​del>​array {}</​del>​|<​del>​This property contain the searched data in pair name:​value.</​del>​|<​del>​empty array{}</​del>​|<​del>​Yes</​del>​| |<​del>​searchdata</​del>​|<​del>​array {}</​del>​|<​del>​This property contain the searched data in pair name:​value.</​del>​|<​del>​empty array{}</​del>​|<​del>​Yes</​del>​|
-|scroll|boolean or \\ integer|Creates dynamic scrolling grids. When enabled, the pager elements are disabled and we can use the vertical scrollbar to load data. When set to ''​true''​ the grid will always hold all the items from the start through to the latest point ever visited. \\ When ''​scroll''​ is set to an integer value  (example 1), the grid will just hold the visible lines. This allow us to load the data in portions whitout caring about memory leaks. In addition to this we have an optional extension to the server protocol: ''​npage''​ (see ''​prmNames''​ array). If you set the npage option in ''​prmNames'',​ then the grid will sometimes request more than one page at a time; if not, it will just perform multiple GET requests. |false|No|+|scroll|boolean or \\ integer|Creates dynamic scrolling grids. When enabled, the pager elements are disabled and we can use the vertical scrollbar to load data. When set to ''​true''​ the grid will always hold all the items from the start through to the latest point ever visited. \\ When ''​scroll''​ is set to an integer value  (example 1), the grid will just hold the visible lines. This allow us to load the data in portions whitout caring about memory leaks. In addition to this we have an optional extension to the server protocol: ''​npage''​ (see ''​prmNames''​ array). If you set the npage option in ''​prmNames'',​ then the grid will sometimes request more than one page at a time; if not, it will just perform multiple GET requests. \\ Note that this option is not compatible when a grid parameter **height** is set to ''​auto''​ or ''​100%''​. |false|No|
 |scrollOffset|integer| Determines the width of the vertical scrollbar. Since different browsers interpret this width differently (and it is difficult to calculate it in all browsers) this can be changed. |18|No.Method avail.| |scrollOffset|integer| Determines the width of the vertical scrollbar. Since different browsers interpret this width differently (and it is difficult to calculate it in all browsers) this can be changed. |18|No.Method avail.|
 |scrollTimeout|integer \\ (milliseconds)| This controls the timeout handler when ''​scroll''​ is set to 1. |200|Yes| |scrollTimeout|integer \\ (milliseconds)| This controls the timeout handler when ''​scroll''​ is set to 1. |200|Yes|
Line 146: Line 145:
 <​head>​ <​head>​
 <meta http-equiv="​Content-Type"​ content="​text/​html;​ charset=utf-8"​ /> <meta http-equiv="​Content-Type"​ content="​text/​html;​ charset=utf-8"​ />
 +<meta http-equiv="​X-UA-Compatible"​ content="​IE=edge"​ />
 <​title>​My First Grid</​title>​ <​title>​My First Grid</​title>​
   ​   ​
Line 190: Line 190:
 <​head>​ <​head>​
 <meta http-equiv="​Content-Type"​ content="​text/​html;​ charset=utf-8"​ /> <meta http-equiv="​Content-Type"​ content="​text/​html;​ charset=utf-8"​ />
 +<meta http-equiv="​X-UA-Compatible"​ content="​IE=edge"​ />
 <​title>​My First Grid</​title>​ <​title>​My First Grid</​title>​
   ​   ​

QR Code
QR Code wiki:options (generated for current page)