.&1|?" {}:+dt 4BEn!3_${Eڞtڹċ.5[o=))Pmi8j/RxXgrcV(S<$4ji]ɬ}y=7Kf.,/E'ZQog[q-f/(,t!01s(' +i&OoH%rRM>V56J;VbSv!\,-vʮ])0F2 w)*iSv TRRwCcYiuDv_/A|#4/]]pr$%JEWEv]SA~ + +ZYR/^g5l o:hREa^=e\% p@I#{wc,C߈h.@KVgBoǿ?etve1mnZxRE`Ҵpz1fWMp}xӮ9[Wn | TQ͙|ѓw-$B j&9)ֈK1UCZ9kya:hǧ*W^g5l o:hREa^=e\% p@I#{wc,C*^'wj mj&M|X?ِ$3L?#bck+˕ušoUME V*@kf:_ܔ+5qB"TF(ʶ^#>qQI^ZNAsqɾ:3u`{:Wl n+{H7.W<(|e)=KB,+?gs;(Yw2m *])6"Jֻ 5AyYA=Fӿӡ(LoWKOBYL*h3-22YzbhiY.A/"vhc&הz^Kwϓ@B8ؠ:Ћ,m rNd3f_?%15,[2i@3\˕+ZK[V*Oy^ة@V5x7'W (܇yszKNmDfvjw%I[iH-%m)9L?2F(2 y^{aGWN#=Fn&)3s"fS4 f  8p}ٻ7&jt$qԥGc"=c*-Y-ՂӠ_˹k! lK "ҀK+<ŠC!i a)oo_A_:, uϛ]_GA nͻ P#G8Ů! !HMF䭑ScHlqFn>նyt轴 dg)=+DEӖ0 rfUj@7"Ϥ/uؑ<ƮD ] pъ*4=%MrlC*.|JEEF]u(2b(xvȝ5dIPxi@Nn{} =-A6@BdΓ6( C9>T#^p4!u=ؖSNOM(;R[1R( ] KOB%'PL1S ԔM,y ;zăvF`mWE3aHFsy [a0[O2vvaAnOLl>WOup]l(Jf4}LXV͕xH) enZ5eMR̓Z@&mTys;F,Q--J&!B'o1:tK8GnLiƬuf]GU1i6Bqa Dvw¡i/J'Ρ `nBy +BcDmGw NbhY|:D&GQ= EjNLi|R=lK$')ꬃڴV~UCLTƁ.Md$6J0XA"$x͡Lx0YRMTk۾U5(< 퇮]> "HQE`&>Vield; if (!isNaN(index)) { $("#jqxgrid").jqxGrid('selectcell', index, columndatafield); } }); // clears the selection. $("#clearselectionbutton").click(function () { $("#jqxgrid").jqxGrid('clearselection'); }); // scroll to a row. $("#scrolltobutton").click(function () { var index = parseInt($("#rowindexinput2").val()); if (!isNaN(index)) { $("#jqxgrid").jqxGrid('ensurerowvisible', index); } }); // enable or disable the selection. $("#enableselection").on('select', function (event) { var index = event.args.index; switch (index) { case 0: $("#jqxgrid").jqxGrid('selectionmode', 'none'); break; case 1: $("#jqxgrid").jqxGrid('selectionmode', 'singlecell'); break; case 2: $("#jqxgrid").jqxGrid('selectionmode', 'multiplecells'); break; case 3: $("#jqxgrid").jqxGrid('selectionmode', 'multiplecellsextended'); break; case 4: $("#jqxgrid").jqxGrid('selectionmode', 'multiplecellsadvanced'); break; } }); // enable or disable the hover state. $("#enablehover").on('change', function (event) { $("#jqxgrid").jqxGrid('enablehover', event.args.checked); }); // display selected row index. $("#jqxgrid").on('cellselect', function (event) { var columnheader = $("#jqxgrid").jqxGrid('getcolumn', event.args.datafield).text; $("#selectedcell").text("Row: " + event.args.rowindex + ", Column: " + columnheader); }); // display unselected row index. $("#jqxgrid").on('cellunselect', function (event) { var columnheader = $("#jqxgrid").jqxGrid('getcolumn', event.args.datafield).text; $("#unselectedcell").text("Row: " + event.args.rowindex + ", Column: " + columnheader); }); // select a cell in the second row in the 'Last Name' column. $("#jqxgrid").jqxGrid('selectcell', 2, "lastname"); });
Enable Hover
Selection Mode
Row:
Column:
Selection Log:
Selected Cell:
Unselected Cell: