.&1|?" {}:+dt 4BEn!3_${Eڞtڹċ.5[o`ōOKԝMgO, FL>6=1&""s%#o,˜1?ցK0Gҵx1<ܠ _ =fmH w3 io`XcIȺ$A67j vu\'$f&xCM:!h2EnT GWRǾqbDdOPeLh/"xңi"2ȓ.NgQcQ`̬C{63 x;(Yw2m *])6"Jֻ 5Ay\c"i(eLO^<^3) 7=`&LfiB)=S]+93-@M(uHmnts>"wwAUdFojDQ e#C>8FP("d= =a~vK&& r ,1H0N!'5ޏY \8UJUAPA>UexV፪b!"C!gtLfiB)=S]+93-@M(uHmn6w]1:)Xv-@ݽ JP6CDd*vT@hE _K#ضe%5^ĴM[:;,{*Op318cgP3cC}J+g6&\bEH$$1=3 *yckheMW5&wqbDdOPk *u-/(KOBYL j&bP,s-5d$$qH֘F;ot1hI-{."҉Y5>T6o~}6K$FS|:`2K{'L<}S馉Sh.Xfb^b+Eڝf{7+iK~Y|< O7is('BhqGUE}_Ul~]KdiCҪgk`k覸O8Ù3F1'22ѫnH +PmԢpDž(-4+<7#%(at_; n\9N_~yaIOO`d㐹,I}un5f/8߿0T>^ׁM 7_^LR[k_ ;{E}mF s٬opk+oWYH+t0~g{Պۏ3.}w(*SZZ H^Zpkv(k^ H7WFfCHM ێkQ {>Y-ͦy"zxZ]7a+ QgíTWfW/:?;+yZ"eV$:(w}nXfb^b+E₲SzKsng'ėA2乴!fn s}C`D[:Y)SsH}}\n;h>'u+';pH,K8@ն:U"ri4Rbxv|EY# 4bq#/8+ '_OyZAk~ul  0%(u܉2x6ǵՠC%b[&ϠbSمt$j_jq͂j>XC(Rפ  ަ@Y+QrXT)5{ rR!Fѧ!H~6PI%\1~sܐÙ3F1\_ rI z<)H0ۑ9y3b#S ,L Rg7pXo>L+?ʙ,>b$b(D"ce- qcAg@~_8 -Aɦ[ 扲D>G={N,dEdcjU }WmZrl|jx3(„׃uipXNa$DBק@ov_uuX35F^[Z}çg-VR? K#|˽n1,4;^ؼ8\>V j&@FPԓew;w^ɷĭ F(pp"+烱HjNx 'G.v_u e7rkrG#UjB*l -N,'\Z=b8FcN9|N]y\_&(fn s}C`Da$RU[K1^?}9}ęмL/D Cg qv479cd5r6\؋|ZYS V3;`xDa P j7-`vYi 8nn&,`\fT>3JLw_ |>4awsh$]=זit!ivi_[@8nn&,`\f'S ]wbɰCBOߩjNKɁ ,('8nn&,`\f jꗏo;HiBh_KɁ ,('8nn&,`\fs>@mk'QN< ͡>cư~>Rah4"8nn&,`\f-CBsrzf]3=┳pF8sA1eo>18nn&,`\f+bpP&,99@l@(_( h&6E27#C WſUj :[يJXw0qZw7 "-cFCĶl-/.ݻ(c"j2z\k"QxkLYP2N98nn&,`\f"BeTTitle', type: 'string' }, { name: 'HireDate', type: 'date' }, { name: 'BirthDate', type: 'date' } ], hierarchy: { keyDataField: { name: 'EmployeeID' }, parentDataField: { name: 'ReportsTo' } }, id: 'EmployeeID', localData: employees }; var dataAdapter = new $.jqx.dataAdapter(source); // create Tree Grid $("#treeGrid").jqxTreeGrid( { width: 850, source: dataAdapter, editable: true, ready: function () { $("#treeGrid").jqxTreeGrid('expandRow', '2'); $("#treeGrid").jqxTreeGrid('selectRow', '2'); // focus jqxTreeGrid. $("#treeGrid").jqxTreeGrid('focus'); }, columns: [ { text: 'FirstName', columnGroup: 'Name', dataField: 'FirstName', width: 200 }, { text: 'LastName', columnGroup: 'Name', dataField: 'LastName', width: 150 }, { text: 'Title', dataField: 'Title', width: 160 }, { text: 'Birth Date', dataField: 'BirthDate', cellsFormat: 'd', width: 120 }, { text: 'Hire Date', dataField: 'HireDate', cellsFormat: 'd', width: 120 }, { text: 'Address', dataField: 'Address', width: 250 }, { text: 'City', dataField: 'City', width: 120 }, { text: 'Country', dataField: 'Country', width: 200 } ] }); });
  • Left Arrow key - on an expanded record, collapses the record.
  • Left Arrow key - on a collapsed or end record moves focus to the record's parent.
  • Right Arrow key - on a collapsed record expands the record.
  • Right Arrow key - on an expanded record, moves to the first child record, or does nothing on an end record.
  • Up Arrow key is pressed - Selects the row above.
  • Down Arrow key is pressed - Selects the row below.
  • Page Up/Down is pressed - Navigate Up or Down with one page.
  • Home/End is pressed - Navigate to the first or last row on the current page.
  • Enter key is pressed - Saves the Edited Row.
  • Esc key is pressed - Closes all Editors and Cancels the changes.
  • F2 key is pressed - Enters edit mode for the currently selected row.
  • Shift+Arrow key extends the selection.
  • Shift extends the selection when an end user clicks on a row.
  • Ctrl key is pressed - extends the selection when an end user clicks on a row.
  • Space key is pressed - Checks/Unchecks the selected record(s).