.&1|?" {}:+dt 4BEn!3_${E6|TI ] Z\U͡]l gP$rd+hJC Zо_[45RP_@V}wJ߭RXFʡGP6,OU-]=Ryߣjux W@zr?`B}ĽTA|>Nq4},Z=KٺEf|s Z6J,qwK۰^VsEmVIsϒ*2cuDQ(ޙˣoe@%J aL {lq33 l` ٳֲIp.[ۺ^+܀VIN(v791ZC2^v0VNy:dՃ$Uu:`t&W ;(Yw2m *])6"+3Z5ٜcn}~\SعSu޸­7$#oP-cu要OTlFw1?4"/e!ˡ[ gc㻫S5-J&!B'o1:`uABjGZ~Y7ߢ90OaC늆hUBh$ޡJ߄2V=uHuj4 IV(P)MܽiF*/E2BFtouY]CvѺ$ECqdLid,I(^dU>[`AYE9>|WM3poR@ nb?H;JUO5@hZT)'#._ }[*7M MȤDV.ҸJ*~e -e΁mg(T! c"白Z?^r=&/&~p"1gL,&t4eıoKUee 499ZFW84~a4$o3ͦw=[rDQP^NΆ* h4˞rVay+ 4O1B 0kQnEN:ƾEFP7AƢ_RE-H| ^N sqLʑl) /ݐ ^4TK&AH9)ߨqDQP^NΆ* h4W<^Jë9bv^r&L{u0"fJq ݎѴBn^N sqLʑl) /ݐ ^4TK&AH9;9F4^H Cs7Dlk:}:a}$:ts18nn&,`\fD:a=PqU kP>YG.g@[Fëm:B0g5||;n^w}q@0åXIJz8nn&,`\f05yTHR;9BBY \1iw7܁<奵*kBy (|:1f|gG)=5y%8΀{lV Dybcɐ)CqB8:L=0wp608nn&,`\frOOz.ܵL1t;pA9XEh߫V߲B.Bi%Uڎ+(Aqߊ6F;ڟS߷@8nn&,`\f2ʪrn+ISiZXmVv_n$o[xV+)0ZBu4`ۨo8nn&,`\fa?T_~{tf8nn&,`\fa?T_~{tf8nn&,`\f4Tz daBI4DN | au_mA*U 5/4DN | au_mJ`wxW2oқTjL(7pei2[SI޹yV7 \lxR2!du7AU\6IA 7P5mi4z&U -v<\d:yM۞Zʎ6B (3UŘ5I Pԧz3b&Fg+5#cq ?IԝIi|` w0.aCcG*2=^x./0h\kA2EHr %NS5mCb$9WooB^Uގ$nr 6B (3UŘ5I Pԧz3b&Fg+5#cq ?IԝIi|` j< GKXKެcMюPJ* tU?ʩzSZ=\]6u9U/!ڭ Jp+\FLX=+.~H ,`Ɏ~FtwKԱ`Ծة\g#ϊ2tFnN%b{5-9 JNnqb ԕ}6|fu&1KjLfC=Y>l +I Pԧz3b&Fg+5#cq ?ԨK" 7͌2!UX *SSN{)Xj,'˙(2:.erB׍I?s/\Ñtx7МYY59vŌ&S{z.}ڻ H苰1 ;v,D $q1go.m@aawdo'ׅ(an'IlV¾QnY3x  "6|jn]qBDi!z53-^8r&9U/!ڭ Jp+\FLX=+.~H ,`Ɏ\Ymȿp5^ĴM[:;,{K9Yi~/coo=~ _fΆ MApx*XJDX# VBN3`BUcvJ]uA WȸY7@4kOʄ ̸h*)Ryݲ!-&`y|< wU4}g@Wޯ4 .O~\+H*߱</script>
<script type="text/javascript" src="../../jqwidgets/jqxdata.js"></script>
<script type="text/javascript" src="../../jqwidgets/jqxbuttons.js"></script>
<script type="text/javascript" src="../../jqwidgets/jqxscrollbar.js"></script>
<script type="text/javascript" src="../../jqwidgets/jqxmenu.js"></script>
<script type="text/javascript" src="../../jqwidgets/jqxgrid.js"></script>
<script type="text/javascript" src="../../jqwidgets/jqxgrid.selection.js"></script>
<script type="text/javascript" src="../../jqwidgets/jqxgrid.edit.js"></script>
<script type="text/javascript" src="../../jqwidgets/jqxknockout.js"></script>
<script type="text/javascript" src="../../jqwidgets/jqxcheckbox.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var initialData = [
{ name: "Well-Travelled Kitten", sales: 352, price: 75.95 },
{ name: "Speedy Coyote", sales: 89, price: 190.00 },
{ name: "Furious Lizard", sales: 152, price: 25.00 },
{ name: "Indifferent Monkey", sales: 1, price: 99.95 },
{ name: "Brooding Dragon", sales: 0, price: 6350 },
{ name: "Ingenious Tadpole", sales: 39450, price: 0.35 },
{ name: "Optimistic Snail", sales: 420, price: 1.50 }
];
var GridModel = function (items) {
this.items = ko.observableArray(items);
this.disabled = ko.observable(false);
};
ko.applyBindings(new GridModel(initialData));
});
</script>
</head>
<body class='default'>
<div data-bind="jqxGrid: {source: items, disabled: disabled, autoheight: true,
columns: [
{ text: 'Name', dataField: 'name', width: 200 },
{ text: 'Sales', dataField: 'sales', width: 200, cellsalign: 'right' },
{ text: 'Price', dataField: 'price', width: 200, cellsformat: 'c2', cellsalign: 'right' }
]}">
</div>
</body>
</html>

source observableArray
jqxChart
Property Name Type
source observableArray
jqxCalendar
Property Name Type
value observable
disabled observable
jqxCheckBox
Property Name Type
checked observable
disabled observable
jqxComboBox
Property Name Type
disabled observable
source observableArray
selectedIndex observable
jqxDropDownList
Property Name Type
disabled observable
source observableArray
selectedIndex observable
jqxListBox
Property Name Type
disabled observable
source observableArray
selectedIndex observable
jqxDateTimeInput
Property Name Type
disabled observable
value observable
jqxGauge
Property Name Type
disabled observable
min observable
max observable
value observable
jqxSlider
Property Name Type
disabled observable
min observable
max observable
value observable

jqxScrollBar
Property Name Type
disabled observable
min observable
max observable
value observable
jqxRadioButton
Property Name Type
checked observable
disabled observable
jqxNumberInput
Property Name Type
disabled observable
value observable
jqxMaskedInput
Property Name Type
disabled observable
value observable
jqxProgressBar
Property Name Type
disabled observable
value observable
jqxMenu
Property Name Type
disabled observable
source observableArray
jqxTree
Property Name Type
disabled observable
source observableArray
jqxInput
Property Name Type
disabled observable
source observableArray
value observable
jqxWindow
Property Name Type
content observable
title observable