UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

69 lines (65 loc) 343 kB
<!DOCTYPE html> <html lang="en"> <head> <title id='Description'>This example shows how to implement Master-Details binding scenario with two Grids.</title> <link rel="stylesheet" href="../../../jqwidgets/styles/jqx.base.css" type="text/css" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1 minimum-scale=1" /> <script type="text/javascript" src="../../../scripts/jquery-1.12.4.min.js"></script> <script type="text/javascript" src="../../../jqwidgets/jqxcore.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.columnsresize.js"></script> <script type="text/javascript" src="../../../jqwidgets/jqxgrid.pager.js"></script> <script type="text/javascript" src="../../../jqwidgets/jqxlistbox.js"></script> <script type="text/javascript" src="../../../jqwidgets/jqxdropdownlist.js"></script> <script type="text/javascript" src="../../../jqwidgets/jqxdata.js"></script> <script type="text/javascript" src="../../../scripts/demos.js"></script> <script type="text/javascript"> $(document).ready(function () { // prepare the data var source = { datafields: [ { name: 'CustomerID' }, { name: 'CompanyName' }, { name: 'ContactName' }, { name: 'ContactTitle' }, { name: 'Address' }, { name: 'City' }, { name: 'Country' } ], localdata: [{ "CustomerID": "ALFKI", "CompanyName": "Alfreds Futterkiste", "ContactName": "Maria Anders", "ContactTitle": "Sales Representative", "Address": "Obere Str. 57", "City": "Berlin", "Region": null, "PostalCode": 12209, "Country": "Germany", "Phone": "030-0074321", "Fax": "030-0076545" }, { "CustomerID": "ANATR", "CompanyName": "Ana Trujillo Emparedados y helados", "ContactName": "Ana Trujillo", "ContactTitle": "Owner", "Address": "Avda. de la Constitucin 2222", "City": "Mxico D.F.", "Region": null, "PostalCode": 05021, "Country": "Mexico", "Phone": "(5) 555-4729", "Fax": "(5) 555-3745" }, { "CustomerID": "ANTON", "CompanyName": "Antonio Moreno Taquera", "ContactName": "Antonio Moreno", "ContactTitle": "Owner", "Address": "Mataderos 2312", "City": "Mxico D.F.", "Region": null, "PostalCode": 05023, "Country": "Mexico", "Phone": "(5) 555-3932", "Fax": null }, { "CustomerID": "AROUT", "CompanyName": "Around the Horn", "ContactName": "Thomas Hardy", "ContactTitle": "Sales Representative", "Address": "120 Hanover Sq.", "City": "London", "Region": null, "PostalCode": "WA1 1DP", "Country": "UK", "Phone": "(171) 555-7788", "Fax": "(171) 555-6750" }, { "CustomerID": "BERGS", "CompanyName": "Berglunds snabbkp", "ContactName": "Christina Berglund", "ContactTitle": "Order Administrator", "Address": "Berguvsvgen 8", "City": "Lule", "Region": null, "PostalCode": "S-958 22", "Country": "Sweden", "Phone": "0921-12 34 65", "Fax": "0921-12 34 67" }, { "CustomerID": "BLAUS", "CompanyName": "Blauer See Delikatessen", "ContactName": "Hanna Moos", "ContactTitle": "Sales Representative", "Address": "Forsterstr. 57", "City": "Mannheim", "Region": null, "PostalCode": 68306, "Country": "Germany", "Phone": "0621-08460", "Fax": "0621-08924" }, { "CustomerID": "BLONP", "CompanyName": "Blondesddsl pre et fils", "ContactName": "Frdrique Citeaux", "ContactTitle": "Marketing Manager", "Address": "24, place Klber", "City": "Strasbourg", "Region": null, "PostalCode": 67000, "Country": "France", "Phone": "88.60.15.31", "Fax": "88.60.15.32" }, { "CustomerID": "BOLID", "CompanyName": "Blido Comidas preparadas", "ContactName": "Martn Sommer", "ContactTitle": "Owner", "Address": "C/ Araquil, 67", "City": "Madrid", "Region": null, "PostalCode": 28023, "Country": "Spain", "Phone": "(91) 555 22 82", "Fax": "(91) 555 91 99" }, { "CustomerID": "BONAP", "CompanyName": "Bon app\'", "ContactName": "Laurence Lebihan", "ContactTitle": "Owner", "Address": "12, rue des Bouchers", "City": "Marseille", "Region": null, "PostalCode": 13008, "Country": "France", "Phone": "91.24.45.40", "Fax": "91.24.45.41" }, { "CustomerID": "BOTTM", "CompanyName": "Bottom-Dollar Markets", "ContactName": "Elizabeth Lincoln", "ContactTitle": "Accounting Manager", "Address": "23 Tsawassen Blvd.", "City": "Tsawassen", "Region": "BC", "PostalCode": "T2F 8M4", "Country": "Canada", "Phone": "(604) 555-4729", "Fax": "(604) 555-3745" }, { "CustomerID": "BSBEV", "CompanyName": "B\'s Beverages", "ContactName": "Victoria Ashworth", "ContactTitle": "Sales Representative", "Address": "Fauntleroy Circus", "City": "London", "Region": null, "PostalCode": "EC2 5NT", "Country": "UK", "Phone": "(171) 555-1212", "Fax": null }, { "CustomerID": "CACTU", "CompanyName": "Cactus Comidas para llevar", "ContactName": "Patricio Simpson", "ContactTitle": "Sales Agent", "Address": "Cerrito 333", "City": "Buenos Aires", "Region": null, "PostalCode": 1010, "Country": "Argentina", "Phone": "(1) 135-5555", "Fax": "(1) 135-4892" }, { "CustomerID": "CENTC", "CompanyName": "Centro comercial Moctezuma", "ContactName": "Francisco Chang", "ContactTitle": "Marketing Manager", "Address": "Sierras de Granada 9993", "City": "Mxico D.F.", "Region": null, "PostalCode": 05022, "Country": "Mexico", "Phone": "(5) 555-3392", "Fax": "(5) 555-7293" }, { "CustomerID": "CHOPS", "CompanyName": "Chop-suey Chinese", "ContactName": "Yang Wang", "ContactTitle": "Owner", "Address": "Hauptstr. 29", "City": "Bern", "Region": null, "PostalCode": 3012, "Country": "Switzerland", "Phone": "0452-076545", "Fax": null }, { "CustomerID": "COMMI", "CompanyName": "Comrcio Mineiro", "ContactName": "Pedro Afonso", "ContactTitle": "Sales Associate", "Address": "Av. dos Lusadas, 23", "City": "Sao Paulo", "Region": "SP", "PostalCode": "05432-043", "Country": "Brazil", "Phone": "(11) 555-7647", "Fax": null }, { "CustomerID": "CONSH", "CompanyName": "Consolidated Holdings", "ContactName": "Elizabeth Brown", "ContactTitle": "Sales Representative", "Address": "Berkeley Gardens 12 Brewery", "City": "London", "Region": null, "PostalCode": "WX1 6LT", "Country": "UK", "Phone": "(171) 555-2282", "Fax": "(171) 555-9199" }, { "CustomerID": "DRACD", "CompanyName": "Drachenblut Delikatessen", "ContactName": "Sven Ottlieb", "ContactTitle": "Order Administrator", "Address": "Walserweg 21", "City": "Aachen", "Region": null, "PostalCode": 52066, "Country": "Germany", "Phone": "0241-039123", "Fax": "0241-059428" }, { "CustomerID": "DUMON", "CompanyName": "Du monde entier", "ContactName": "Janine Labrune", "ContactTitle": "Owner", "Address": "67, rue des Cinquante Otages", "City": "Nantes", "Region": null, "PostalCode": 44000, "Country": "France", "Phone": "40.67.88.88", "Fax": "40.67.89.89" }, { "CustomerID": "EASTC", "CompanyName": "Eastern Connection", "ContactName": "Ann Devon", "ContactTitle": "Sales Agent", "Address": "35 King George", "City": "London", "Region": null, "PostalCode": "WX3 6FW", "Country": "UK", "Phone": "(171) 555-0297", "Fax": "(171) 555-3373" }, { "CustomerID": "ERNSH", "CompanyName": "Ernst Handel", "ContactName": "Roland Mendel", "ContactTitle": "Sales Manager", "Address": "Kirchgasse 6", "City": "Graz", "Region": null, "PostalCode": 8010, "Country": "Austria", "Phone": "7675-3425", "Fax": "7675-3426" }, { "CustomerID": "FAMIA", "CompanyName": "Familia Arquibaldo", "ContactName": "Aria Cruz", "ContactTitle": "Marketing Assistant", "Address": "Rua Ors, 92", "City": "Sao Paulo", "Region": "SP", "PostalCode": "05442-030", "Country": "Brazil", "Phone": "(11) 555-9857", "Fax": null }, { "CustomerID": "FISSA", "CompanyName": "FISSA Fabrica Inter. Salchichas S.A.", "ContactName": "Diego Roel", "ContactTitle": "Accounting Manager", "Address": "C/ Moralzarzal, 86", "City": "Madrid", "Region": null, "PostalCode": 28034, "Country": "Spain", "Phone": "(91) 555 94 44", "Fax": "(91) 555 55 93" }, { "CustomerID": "FOLIG", "CompanyName": "Folies gourmandes", "ContactName": "Martine Ranc", "ContactTitle": "Assistant Sales Agent", "Address": "184, chausse de Tournai", "City": "Lille", "Region": null, "PostalCode": 59000, "Country": "France", "Phone": "20.16.10.16", "Fax": "20.16.10.17" }, { "CustomerID": "FOLKO", "CompanyName": "Folk och f HB", "ContactName": "Maria Larsson", "ContactTitle": "Owner", "Address": "kergatan 24", "City": "Brcke", "Region": null, "PostalCode": "S-844 67", "Country": "Sweden", "Phone": "0695-34 67 21", "Fax": null }, { "CustomerID": "FRANK", "CompanyName": "Frankenversand", "ContactName": "Peter Franken", "ContactTitle": "Marketing Manager", "Address": "Berliner Platz 43", "City": "Mnchen", "Region": null, "PostalCode": 80805, "Country": "Germany", "Phone": "089-0877310", "Fax": "089-0877451" }, { "CustomerID": "FRANR", "CompanyName": "France restauration", "ContactName": "Carine Schmitt", "ContactTitle": "Marketing Manager", "Address": "54, rue Royale", "City": "Nantes", "Region": null, "PostalCode": 44000, "Country": "France", "Phone": "40.32.21.21", "Fax": "40.32.21.20" }, { "CustomerID": "FRANS", "CompanyName": "Franchi S.p.A.", "ContactName": "Paolo Accorti", "ContactTitle": "Sales Representative", "Address": "Via Monte Bianco 34", "City": "Torino", "Region": null, "PostalCode": 10100, "Country": "Italy", "Phone": "011-4988260", "Fax": "011-4988261" }, { "CustomerID": "FURIB", "CompanyName": "Furia Bacalhau e Frutos do Mar", "ContactName": "Lino Rodriguez", "ContactTitle": "Sales Manager", "Address": "Jardim das rosas n. 32", "City": "Lisboa", "Region": null, "PostalCode": 1675, "Country": "Portugal", "Phone": "(1) 354-2534", "Fax": "(1) 354-2535" }, { "CustomerID": "GALED", "CompanyName": "Galera del gastrnomo", "ContactName": "Eduardo Saavedra", "ContactTitle": "Marketing Manager", "Address": "Rambla de Catalua, 23", "City": "Barcelona", "Region": null, "PostalCode": 08022, "Country": "Spain", "Phone": "(93) 203 4560", "Fax": "(93) 203 4561" }, { "CustomerID": "GODOS", "CompanyName": "Godos Cocina Tpica", "ContactName": "Jos Pedro Freyre", "ContactTitle": "Sales Manager", "Address": "C/ Romero, 33", "City": "Sevilla", "Region": null, "PostalCode": 41101, "Country": "Spain", "Phone": "(95) 555 82 82", "Fax": null }, { "CustomerID": "GOURL", "CompanyName": "Gourmet Lanchonetes", "ContactName": "Andr Fonseca", "ContactTitle": "Sales Associate", "Address": "Av. Brasil, 442", "City": "Campinas", "Region": "SP", "PostalCode": "04876-786", "Country": "Brazil", "Phone": "(11) 555-9482", "Fax": null }, { "CustomerID": "GREAL", "CompanyName": "Great Lakes Food Market", "ContactName": "Howard Snyder", "ContactTitle": "Marketing Manager", "Address": "2732 Baker Blvd.", "City": "Eugene", "Region": "OR", "PostalCode": 97403, "Country": "USA", "Phone": "(503) 555-7555", "Fax": null }, { "CustomerID": "GROSR", "CompanyName": "GROSELLA-Restaurante", "ContactName": "Manuel Pereira", "ContactTitle": "Owner", "Address": "5 Ave. Los Palos Grandes", "City": "Caracas", "Region": "DF", "PostalCode": 1081, "Country": "Venezuela", "Phone": "(2) 283-2951", "Fax": "(2) 283-3397" }, { "CustomerID": "HANAR", "CompanyName": "Hanari Carnes", "ContactName": "Mario Pontes", "ContactTitle": "Accounting Manager", "Address": "Rua do Pao, 67", "City": "Rio de Janeiro", "Region": "RJ", "PostalCode": "05454-876", "Country": "Brazil", "Phone": "(21) 555-0091", "Fax": "(21) 555-8765" }, { "CustomerID": "HILAA", "CompanyName": "HILARION-Abastos", "ContactName": "Carlos Hernndez", "ContactTitle": "Sales Representative", "Address": "Carrera 22 con Ave. Carlos Soublette #8-35", "City": "San Cristbal", "Region": "Tchira", "PostalCode": 5022, "Country": "Venezuela", "Phone": "(5) 555-1340", "Fax": "(5) 555-1948" }, { "CustomerID": "HUNGC", "CompanyName": "Hungry Coyote Import Store", "ContactName": "Yoshi Latimer", "ContactTitle": "Sales Representative", "Address": "City Center Plaza 516 Main St.", "City": "Elgin", "Region": "OR", "PostalCode": 97827, "Country": "USA", "Phone": "(503) 555-6874", "Fax": "(503) 555-2376" }, { "CustomerID": "HUNGO", "CompanyName": "Hungry Owl All-Night Grocers", "ContactName": "Patricia McKenna", "ContactTitle": "Sales Associate", "Address": "8 Johnstown Road", "City": "Cork", "Region": "Co. Cork", "PostalCode": null, "Country": "Ireland", "Phone": "2967 542", "Fax": "2967 3333" }, { "CustomerID": "ISLAT", "CompanyName": "Island Trading", "ContactName": "Helen Bennett", "ContactTitle": "Marketing Manager", "Address": "Garden House Crowther Way", "City": "Cowes", "Region": "Isle of Wight", "PostalCode": "PO31 7PJ", "Country": "UK", "Phone": "(198) 555-8888", "Fax": null }, { "CustomerID": "KOENE", "CompanyName": "Kniglich Essen", "ContactName": "Philip Cramer", "ContactTitle": "Sales Associate", "Address": "Maubelstr. 90", "City": "Brandenburg", "Region": null, "PostalCode": 14776, "Country": "Germany", "Phone": "0555-09876", "Fax": null }, { "CustomerID": "LACOR", "CompanyName": "La corne d\'abondance", "ContactName": "Daniel Tonini", "ContactTitle": "Sales Representative", "Address": "67, avenue de l\'Europe", "City": "Versailles", "Region": null, "PostalCode": 78000, "Country": "France", "Phone": "30.59.84.10", "Fax": "30.59.85.11" }, { "CustomerID": "LAMAI", "CompanyName": "La maison d\'Asie", "ContactName": "Annette Roulet", "ContactTitle": "Sales Manager", "Address": "1 rue Alsace-Lorraine", "City": "Toulouse", "Region": null, "PostalCode": 31000, "Country": "France", "Phone": "61.77.61.10", "Fax": "61.77.61.11" }, { "CustomerID": "LAUGB", "CompanyName": "Laughing Bacchus Wine Cellars", "ContactName": "Yoshi Tannamuri", "ContactTitle": "Marketing Assistant", "Address": "1900 Oak St.", "City": "Vancouver", "Region": "BC", "PostalCode": "V3F 2K1", "Country": "Canada", "Phone": "(604) 555-3392", "Fax": "(604) 555-7293" }, { "CustomerID": "LAZYK", "CompanyName": "Lazy K Kountry Store", "ContactName": "John Steel", "ContactTitle": "Marketing Manager", "Address": "12 Orchestra Terrace", "City": "Walla Walla", "Region": "WA", "PostalCode": 99362, "Country": "USA", "Phone": "(509) 555-7969", "Fax": "(509) 555-6221" }, { "CustomerID": "LEHMS", "CompanyName": "Lehmanns Marktstand", "ContactName": "Renate Messner", "ContactTitle": "Sales Representative", "Address": "Magazinweg 7", "City": "Frankfurt a.M.", "Region": null, "PostalCode": 60528, "Country": "Germany", "Phone": "069-0245984", "Fax": "069-0245874" }, { "CustomerID": "LETSS", "CompanyName": "Let\'s Stop N Shop", "ContactName": "Jaime Yorres", "ContactTitle": "Owner", "Address": "87 Polk St. Suite 5", "City": "San Francisco", "Region": "CA", "PostalCode": 94117, "Country": "USA", "Phone": "(415) 555-5938", "Fax": null }, { "CustomerID": "LILAS", "CompanyName": "LILA-Supermercado", "ContactName": "Carlos Gonzlez", "ContactTitle": "Accounting Manager", "Address": "Carrera 52 con Ave. Bolvar #65-98 Llano Largo", "City": "Barquisimeto", "Region": "Lara", "PostalCode": 3508, "Country": "Venezuela", "Phone": "(9) 331-6954", "Fax": "(9) 331-7256" }, { "CustomerID": "LINOD", "CompanyName": "LINO-Delicateses", "ContactName": "Felipe Izquierdo", "ContactTitle": "Owner", "Address": "Ave. 5 de Mayo Porlamar", "City": "I. de Margarita", "Region": "Nueva Esparta", "PostalCode": 4980, "Country": "Venezuela", "Phone": "(8) 34-56-12", "Fax": "(8) 34-93-93" }, { "CustomerID": "LONEP", "CompanyName": "Lonesome Pine Restaurant", "ContactName": "Fran Wilson", "ContactTitle": "Sales Manager", "Address": "89 Chiaroscuro Rd.", "City": "Portland", "Region": "OR", "PostalCode": 97219, "Country": "USA", "Phone": "(503) 555-9573", "Fax": "(503) 555-9646" }, { "CustomerID": "MAGAA", "CompanyName": "Magazzini Alimentari Riuniti", "ContactName": "Giovanni Rovelli", "ContactTitle": "Marketing Manager", "Address": "Via Ludovico il Moro 22", "City": "Bergamo", "Region": null, "PostalCode": 24100, "Country": "Italy", "Phone": "035-640230", "Fax": "035-640231" }, { "CustomerID": "MAISD", "CompanyName": "Maison Dewey", "ContactName": "Catherine Dewey", "ContactTitle": "Sales Agent", "Address": "Rue Joseph-Bens 532", "City": "Bruxelles", "Region": null, "PostalCode": "B-1180", "Country": "Belgium", "Phone": "(02) 201 24 67", "Fax": "(02) 201 24 68" }, { "CustomerID": "MEREP", "CompanyName": "Mre Paillarde", "ContactName": "Jean Fresnire", "ContactTitle": "Marketing Assistant", "Address": "43 rue St. Laurent", "City": "Montral", "Region": "Qubec", "PostalCode": "H1J 1C3", "Country": "Canada", "Phone": "(514) 555-8054", "Fax": "(514) 555-8055" }, { "CustomerID": "MORGK", "CompanyName": "Morgenstern Gesundkost", "ContactName": "Alexander Feuer", "ContactTitle": "Marketing Assistant", "Address": "Heerstr. 22", "City": "Leipzig", "Region": null, "PostalCode": 04179, "Country": "Germany", "Phone": "0342-023176", "Fax": null }, { "CustomerID": "NORTS", "CompanyName": "North/South", "ContactName": "Simon Crowther", "ContactTitle": "Sales Associate", "Address": "South House 300 Queensbridge", "City": "London", "Region": null, "PostalCode": "SW7 1RZ", "Country": "UK", "Phone": "(171) 555-7733", "Fax": "(171) 555-2530" }, { "CustomerID": "OCEAN", "CompanyName": "Ocano Atlntico Ltda.", "ContactName": "Yvonne Moncada", "ContactTitle": "Sales Agent", "Address": "Ing. Gustavo Moncada 8585 Piso 20-A", "City": "Buenos Aires", "Region": null, "PostalCode": 1010, "Country": "Argentina", "Phone": "(1) 135-5333", "Fax": "(1) 135-5535" }, { "CustomerID": "OLDWO", "CompanyName": "Old World Delicatessen", "ContactName": "Rene Phillips", "ContactTitle": "Sales Representative", "Address": "2743 Bering St.", "City": "Anchorage", "Region": "AK", "PostalCode": 99508, "Country": "USA", "Phone": "(907) 555-7584", "Fax": "(907) 555-2880" }, { "CustomerID": "OTTIK", "CompanyName": "Ottilies Kseladen", "ContactName": "Henriette Pfalzheim", "ContactTitle": "Owner", "Address": "Mehrheimerstr. 369", "City": "Kln", "Region": null, "PostalCode": 50739, "Country": "Germany", "Phone": "0221-0644327", "Fax": "0221-0765721" }, { "CustomerID": "PARIS", "CompanyName": "Paris spcialits", "ContactName": "Marie Bertrand", "ContactTitle": "Owner", "Address": "265, boulevard Charonne", "City": "Paris", "Region": null, "PostalCode": 75012, "Country": "France", "Phone": "(1) 42.34.22.66", "Fax": "(1) 42.34.22.77" }, { "CustomerID": "PERIC", "CompanyName": "Pericles Comidas clsicas", "ContactName": "Guillermo Fernndez", "ContactTitle": "Sales Representative", "Address": "Calle Dr. Jorge Cash 321", "City": "Mxico D.F.", "Region": null, "PostalCode": 05033, "Country": "Mexico", "Phone": "(5) 552-3745", "Fax": "(5) 545-3745" }, { "CustomerID": "PICCO", "CompanyName": "Piccolo und mehr", "ContactName": "Georg Pipps", "ContactTitle": "Sales Manager", "Address": "Geislweg 14", "City": "Salzburg", "Region": null, "PostalCode": 5020, "Country": "Austria", "Phone": "6562-9722", "Fax": "6562-9723" }, { "CustomerID": "PRINI", "CompanyName": "Princesa Isabel Vinhos", "ContactName": "Isabel de Castro", "ContactTitle": "Sales Representative", "Address": "Estrada da sade n. 58", "City": "Lisboa", "Region": null, "PostalCode": 1756, "Country": "Portugal", "Phone": "(1) 356-5634", "Fax": null }, { "CustomerID": "QUEDE", "CompanyName": "Que Delcia", "ContactName": "Bernardo Batista", "ContactTitle": "Accounting Manager", "Address": "Rua da Panificadora, 12", "City": "Rio de Janeiro", "Region": "RJ", "PostalCode": "02389-673", "Country": "Brazil", "Phone": "(21) 555-4252", "Fax": "(21) 555-4545" }, { "CustomerID": "QUEEN", "CompanyName": "Queen Cozinha", "ContactName": "Lcia Carvalho", "ContactTitle": "Marketing Assistant", "Address": "Alameda dos Canrios, 891", "City": "Sao Paulo", "Region": "SP", "PostalCode": "05487-020", "Country": "Brazil", "Phone": "(11) 555-1189", "Fax": null }, { "CustomerID": "QUICK", "CompanyName": "QUICK-Stop", "ContactName": "Horst Kloss", "ContactTitle": "Accounting Manager", "Address": "Taucherstrae 10", "City": "Cunewalde", "Region": null, "PostalCode": 01307, "Country": "Germany", "Phone": "0372-035188", "Fax": null }, { "CustomerID": "RANCH", "CompanyName": "Rancho grande", "ContactName": "Sergio Gutirrez", "ContactTitle": "Sales Representative", "Address": "Av. del Libertador 900", "City": "Buenos Aires", "Region": null, "PostalCode": 1010, "Country": "Argentina", "Phone": "(1) 123-5555", "Fax": "(1) 123-5556" }, { "CustomerID": "RATTC", "CompanyName": "Rattlesnake Canyon Grocery", "ContactName": "Paula Wilson", "ContactTitle": "Assistant Sales Representative", "Address": "2817 Milton Dr.", "City": "Albuquerque", "Region": "NM", "PostalCode": 87110, "Country": "USA", "Phone": "(505) 555-5939", "Fax": "(505) 555-3620" }, { "CustomerID": "REGGC", "CompanyName": "Reggiani Caseifici", "ContactName": "Maurizio Moroni", "ContactTitle": "Sales Associate", "Address": "Strada Provinciale 124", "City": "Reggio Emilia", "Region": null, "PostalCode": 42100, "Country": "Italy", "Phone": "0522-556721", "Fax": "0522-556722" }, { "CustomerID": "RICAR", "CompanyName": "Ricardo Adocicados", "ContactName": "Janete Limeira", "ContactTitle": "Assistant Sales Agent", "Address": "Av. Copacabana, 267", "City": "Rio de Janeiro", "Region": "RJ", "PostalCode": "02389-890", "Country": "Brazil", "Phone": "(21) 555-3412", "Fax": null }, { "CustomerID": "RICSU", "CompanyName": "Richter Supermarkt", "ContactName": "Michael Holz", "ContactTitle": "Sales Manager", "Address": "Grenzacherweg 237", "City": "Genve", "Region": null, "PostalCode": 1203, "Country": "Switzerland", "Phone": "0897-034214", "Fax": null }, { "CustomerID": "ROMEY", "CompanyName": "Romero y tomillo", "ContactName": "Alejandra Camino", "ContactTitle": "Accounting Manager", "Address": "Gran Va, 1", "City": "Madrid", "Region": null, "PostalCode": 28001, "Country": "Spain", "Phone": "(91) 745 6200", "Fax": "(91) 745 6210" }, { "CustomerID": "SANTG", "CompanyName": "Sant Gourmet", "ContactName": "Jonas Bergulfsen", "ContactTitle": "Owner", "Address": "Erling Skakkes gate 78", "City": "Stavern", "Region": null, "PostalCode": 4110, "Country": "Norway", "Phone": "07-98 92 35", "Fax": "07-98 92 47" }, { "CustomerID": "SAVEA", "CompanyName": "Save-a-lot Markets", "ContactName": "Jose Pavarotti", "ContactTitle": "Sales Representative", "Address": "187 Suffolk Ln.", "City": "Boise", "Region": "ID", "PostalCode": 83720, "Country": "USA", "Phone": "(208) 555-8097", "Fax": null }, { "CustomerID": "SEVES", "CompanyName": "Seven Seas Imports", "ContactName": "Hari Kumar", "ContactTitle": "Sales Manager", "Address": "90 Wadhurst Rd.", "City": "London", "Region": null, "PostalCode": "OX15 4NB", "Country": "UK", "Phone": "(171) 555-1717", "Fax": "(171) 555-5646" }, { "CustomerID": "SIMOB", "CompanyName": "Simons bistro", "ContactName": "Jytte Petersen", "ContactTitle": "Owner", "Address": "Vinbltet 34", "City": "Kobenhavn", "Region": null, "PostalCode": 1734, "Country": "Denmark", "Phone": "31 12 34 56", "Fax": "31 13 35 57" }, { "CustomerID": "SPECD", "CompanyName": "Spcialits du monde", "ContactName": "Dominique Perrier", "ContactTitle": "Marketing Manager", "Address": "25, rue Lauriston", "City": "Paris", "Region": null, "PostalCode": 75016, "Country": "France", "Phone": "(1) 47.55.60.10", "Fax": "(1) 47.55.60.20" }, { "CustomerID": "SPLIR", "CompanyName": "Split Rail Beer & Ale", "ContactName": "Art Braunschweiger", "ContactTitle": "Sales Manager", "Address": "P.O. Box 555", "City": "Lander", "Region": "WY", "PostalCode": 82520, "Country": "USA", "Phone": "(307) 555-4680", "Fax": "(307) 555-6525" }, { "CustomerID": "SUPRD", "CompanyName": "Suprmes dlices", "ContactName": "Pascale Cartrain", "ContactTitle": "Accounting Manager", "Address": "Boulevard Tirou, 255", "City": "Charleroi", "Region": null, "PostalCode": "B-6000", "Country": "Belgium", "Phone": "(071) 23 67 22 20", "Fax": "(071) 23 67 22 21" }, { "CustomerID": "THEBI", "CompanyName": "The Big Cheese", "ContactName": "Liz Nixon", "ContactTitle": "Marketing Manager", "Address": "89 Jefferson Way Suite 2", "City": "Portland", "Region": "OR", "PostalCode": 97201, "Country": "USA", "Phone": "(503) 555-3612", "Fax": null }, { "CustomerID": "THECR", "CompanyName": "The Cracker Box", "ContactName": "Liu Wong", "ContactTitle": "Marketing Assistant", "Address": "55 Grizzly Peak Rd.", "City": "Butte", "Region": "MT", "PostalCode": 59801, "Country": "USA", "Phone": "(406) 555-5834", "Fax": "(406) 555-8083" }, { "CustomerID": "TOMSP", "CompanyName": "Toms Spezialitten", "ContactName": "Karin Josephs", "ContactTitle": "Marketing Manager", "Address": "Luisenstr. 48", "City": "Mnster", "Region": null, "PostalCode": 44087, "Country": "Germany", "Phone": "0251-031259", "Fax": "0251-035695" }, { "CustomerID": "TORTU", "CompanyName": "Tortuga Restaurante", "ContactName": "Miguel Angel Paolino", "ContactTitle": "Owner", "Address": "Avda. Azteca 123", "City": "Mxico D.F.", "Region": null, "PostalCode": 05033, "Country": "Mexico", "Phone": "(5) 555-2933", "Fax": null }, { "CustomerID": "TRADH", "CompanyName": "Tradio Hipermercados", "ContactName": "Anabela Domingues", "ContactTitle": "Sales Representative", "Address": "Av. Ins de Castro, 414", "City": "Sao Paulo", "Region": "SP", "PostalCode": "05634-030", "Country": "Brazil", "Phone": "(11) 555-2167", "Fax": "(11) 555-2168" }, { "CustomerID": "TRAIH", "CompanyName": "Trail\'s Head Gourmet Provisioners", "ContactName": "Helvetius Nagy", "ContactTitle": "Sales Associate", "Address": "722 DaVinci Blvd.", "City": "Kirkland", "Region": "WA", "PostalCode": 98034, "Country": "USA", "Phone": "(206) 555-8257", "Fax": "(206) 555-2174" }, { "CustomerID": "VAFFE", "CompanyName": "Vaffeljernet", "ContactName": "Palle Ibsen", "ContactTitle": "Sales Manager", "Address": "Smagsloget 45", "City": "rhus", "Region": null, "PostalCode": 8200, "Country": "Denmark", "Phone": "86 21 32 43", "Fax": "86 22 33 44" }, { "CustomerID": "VICTE", "CompanyName": "Victuailles en stock", "ContactName": "Mary Saveley", "ContactTitle": "Sales Agent", "Address": "2, rue du Commerce", "City": "Lyon", "Region": null, "PostalCode": 69004, "Country": "France", "Phone": "78.32.54.86", "Fax": "78.32.54.87" }, { "CustomerID": "VINET", "CompanyName": "Vins et alcools Chevalier", "ContactName": "Paul Henriot", "ContactTitle": "Accounting Manager", "Address": "59 rue de l\'Abbaye", "City": "Reims", "Region": null, "PostalCode": 51100, "Country": "France", "Phone": "26.47.15.10", "Fax": "26.47.15.11" }, { "CustomerID": "WANDK", "CompanyName": "Die Wandernde Kuh", "ContactName": "Rita Mller", "ContactTitle": "Sales Representative", "Address": "Adenauerallee 900", "City": "Stuttgart", "Region": null, "PostalCode": 70563, "Country": "Germany", "Phone": "0711-020361", "Fax": "0711-035428" }, { "CustomerID": "WARTH", "CompanyName": "Wartian Herkku", "ContactName": "Pirkko Koskitalo", "ContactTitle": "Accounting Manager", "Address": "Torikatu 38", "City": "Oulu", "Region": null, "PostalCode": 90110, "Country": "Finland", "Phone": "981-443655", "Fax": "981-443655" }, { "CustomerID": "WELLI", "CompanyName": "Wellington Importadora", "ContactName": "Paula Parente", "ContactTitle": "Sales Manager", "Address": "Rua do Mercado, 12", "City": "Resende", "Region": "SP", "PostalCode": "08737-363", "Country": "Brazil", "Phone": "(14) 555-8122", "Fax": null }, { "CustomerID": "WHITC", "CompanyName": "White Clover Markets", "ContactName": "Karl Jablonski", "ContactTitle": "Owner", "Address": "305 - 14th Ave. S. Suite 3B", "City": "Seattle", "Region": "WA", "PostalCode": 98128, "Country": "USA", "Phone": "(206) 555-4112", "Fax": "(206) 555-4115" }, { "CustomerID": "WILMK", "CompanyName": "Wilman Kala", "ContactName": "Matti Karttunen", "ContactTitle": "Owner/Marketing Assistant", "Address": "Keskuskatu 45", "City": "Helsinki", "Region": null, "PostalCode": 21240, "Country": "Finland", "Phone": "90-224 8858", "Fax": "90-224 8858" }, { "CustomerID": "WOLZA", "CompanyName": "Wolski Zajazd", "ContactName": "Zbyszek Piestrzeniewicz", "ContactTitle": "Owner", "Address": "ul. Filtrowa 68", "City": "Warszawa", "Region": null, "PostalCode": "01-012", "Country": "Poland", "Phone": "(26) 642-7012", "Fax": "(26) 642-7012"}] }; var dataAdapter = new $.jqx.dataAdapter(source); $("#customersGrid").jqxGrid( { width: getWidth('Grid'), height: 250, source: dataAdapter, keyboardnavigation: false, columns: [ { text: 'Company Name', datafield: 'CompanyName', width: 250 }, { text: 'Contact Name', datafield: 'ContactName', width: 150 }, { text: 'Contact Title', datafield: 'ContactTitle', width: 180 }, { text: 'City', datafield: 'City', width: 120 }, { text: 'Country', datafield: 'Country'} ] }); // Orders Grid // prepare the data var dataFields = [ { name: 'CustomerID' }, { name: 'OrderID' }, { name: 'OrderDate', type: 'date' }, { name: 'ShippedDate', type: 'date' }, { name: 'ShipName' }, { name: 'ShipCountry' } ]; var source = { datafields: dataFields, localdata: [{ "OrderID": 10248, "CustomerID": "VINET", "EmployeeID": 5, "OrderDate": "1996-07-04 00:00:00", "RequiredDate": "1996-08-01 00:00:00", "ShippedDate": "1996-07-16 00:00:00", "ShipVia": 3, "Freight": 32.3800, "ShipName": "Vins et alcools Chevalier", "ShipAddress": "59 rue de l-Abbaye", "ShipCity": "Reims", "ShipRegion": null, "ShipPostalCode": 51100, "ShipCountry": "France" }, { "OrderID": 10249, "CustomerID": "TOMSP", "EmployeeID": 6, "OrderDate": "1996-07-05 00:00:00", "RequiredDate": "1996-08-16 00:00:00", "ShippedDate": "1996-07-10 00:00:00", "ShipVia": 1, "Freight": 11.6100, "ShipName": "Toms Spezialitten", "ShipAddress": "Luisenstr. 48", "ShipCity": "Mnster", "ShipRegion": null, "ShipPostalCode": 44087, "ShipCountry": "Germany" }, { "OrderID": 10250, "CustomerID": "HANAR", "EmployeeID": 4, "OrderDate": "1996-07-08 00:00:00", "RequiredDate": "1996-08-05 00:00:00", "ShippedDate": "1996-07-12 00:00:00", "ShipVia": 2, "Freight": 65.8300, "ShipName": "Hanari Carnes", "ShipAddress": "Rua do Pao, 67", "ShipCity": "Rio de Janeiro", "ShipRegion": "RJ", "ShipPostalCode": "05454-876", "ShipCountry": "Brazil" }, { "OrderID": 10251, "CustomerID": "VICTE", "EmployeeID": 3, "OrderDate": "1996-07-08 00:00:00", "RequiredDate": "1996-08-05 00:00:00", "ShippedDate": "1996-07-15 00:00:00", "ShipVia": 1, "Freight": 41.3400, "ShipName": "Victuailles en stock", "ShipAddress": "2, rue du Commerce", "ShipCity": "Lyon", "ShipRegion": null, "ShipPostalCode": 69004, "ShipCountry": "France" }, { "OrderID": 10252, "CustomerID": "SUPRD", "EmployeeID": 4, "OrderDate": "1996-07-09 00:00:00", "RequiredDate": "1996-08-06 00:00:00", "ShippedDate": "1996-07-11 00:00:00", "ShipVia": 2, "Freight": 51.3000, "ShipName": "Suprmes dlices", "ShipAddress": "Boulevard Tirou, 255", "ShipCity": "Charleroi", "ShipRegion": null, "ShipPostalCode": "B-6000", "ShipCountry": "Belgium" }, { "OrderID": 10253, "CustomerID": "HANAR", "EmployeeID": 3, "OrderDate": "1996-07-10 00:00:00", "RequiredDate": "1996-07-24 00:00:00", "ShippedDate": "1996-07-16 00:00:00", "ShipVia": 2, "Freight": 58.1700, "ShipName": "Hanari Carnes", "ShipAddress": "Rua do Pao, 67", "ShipCity": "Rio de Janeiro", "ShipRegion": "RJ", "ShipPostalCode": "05454-876", "ShipCountry": "Brazil" }, { "OrderID": 10254, "CustomerID": "CHOPS", "EmployeeID": 5, "OrderDate": "1996-07-11 00:00:00", "RequiredDate": "1996-08-08 00:00:00", "ShippedDate": "1996-07-23 00:00:00", "ShipVia": 2, "Freight": 22.9800, "ShipName": "Chop-suey Chinese", "ShipAddress": "Hauptstr. 31", "ShipCity": "Bern", "ShipRegion": null, "ShipPostalCode": 3012, "ShipCountry": "Switzerland" }, { "OrderID": 10255, "CustomerID": "RICSU", "EmployeeID": 9, "OrderDate": "1996-07-12 00:00:00", "RequiredDate": "1996-08-09 00:00:00", "ShippedDate": "1996-07-15 00:00:00", "ShipVia": 3, "Freight": 148.3300, "ShipName": "Richter Supermarkt", "ShipAddress": "Starenweg 5", "ShipCity": "Genve", "ShipRegion": null, "ShipPostalCode": 1204, "ShipCountry": "Switzerland" }, { "OrderID": 10256, "CustomerID": "WELLI", "EmployeeID": 3, "OrderDate": "1996-07-15 00:00:00", "RequiredDate": "1996-08-12 00:00:00", "ShippedDate": "1996-07-17 00:00:00", "ShipVia": 2, "Freight": 13.9700, "ShipName": "Wellington Importadora", "ShipAddress": "Rua do Mercado, 12", "ShipCity": "Resende", "ShipRegion": "SP", "ShipPostalCode": "08737-363", "ShipCountry": "Brazil" }, { "OrderID": 10257, "CustomerID": "HILAA", "EmployeeID": 4, "OrderDate": "1996-07-16 00:00:00", "RequiredDate": "1996-08-13 00:00:00", "ShippedDate": "1996-07-22 00:00:00", "ShipVia": 3, "Freight": 81.9100, "ShipName": "HILARION-Abastos", "ShipAddress": "Carrera 22 con Ave. Carlos Soublette #8-35", "ShipCity": "San Cristbal", "ShipRegion": "Tchira", "ShipPostalCode": 5022, "ShipCountry": "Venezuela" }, { "OrderID": 10258, "CustomerID": "ERNSH", "EmployeeID": 1, "OrderDate": "1996-07-17 00:00:00", "RequiredDate": "1996-08-14 00:00:00", "ShippedDate": "1996-07-23 00:00:00", "ShipVia": 1, "Freight": 140.5100, "ShipName": "Ernst Handel", "ShipAddress": "Kirchgasse 6", "ShipCity": "Graz", "ShipRegion": null, "ShipPostalCode": 8010, "ShipCountry": "Austria" }, { "OrderID": 10259, "CustomerID": "CENTC", "EmployeeID": 4, "OrderDate": "1996-07-18 00:00:00", "RequiredDate": "1996-08-15 00:00:00", "ShippedDate": "1996-07-25 00:00:00", "ShipVia": 3, "Freight": 3.2500, "ShipName": "Centro comercial Moctezuma", "ShipAddress": "Sierras de Granada 9993", "ShipCity": "Mxico D.F.", "ShipRegion": null, "ShipPostalCode": 5022, "ShipCountry": "Mexico" }, { "OrderID": 10260, "CustomerID": "OTTIK", "EmployeeID": 4, "OrderDate": "1996-07-19 00:00:00", "RequiredDate": "1996-08-16 00:00:00", "ShippedDate": "1996-07-29 00:00:00", "ShipVia": 1, "Freight": 55.0900, "ShipName": "Ottilies Kseladen", "ShipAddress": "Mehrheimerstr. 369", "ShipCity": "Kln", "ShipRegion": null, "ShipPostalCode": 50739, "ShipCountry": "Germany" }, { "OrderID": 10261, "CustomerID": "QUEDE", "EmployeeID": 4, "OrderDate": "1996-07-19 00:00:00", "RequiredDate": "1996-08-16 00:00:00", "ShippedDate": "1996-07-30 00:00:00", "ShipVia": 2, "Freight": 3.0500, "ShipName": "Que Delcia", "ShipAddress": "Rua da Panificadora, 12", "ShipCity": "Rio de Janeiro", "ShipRegion": "RJ", "ShipPostalCode": "02389-673", "ShipCountry": "Brazil" }, { "OrderID": 10262, "CustomerID": "RATTC", "EmployeeID": 8, "OrderDate": "1996-07-22 00:00:00", "RequiredDate": "1996-08-19 00:00:00", "ShippedDate": "1996-07-25 00:00:00", "ShipVia": 3, "Freight": 48.2900, "ShipName": "Rattlesnake Canyon Grocery", "ShipAddress": "2817 Milton Dr.", "ShipCity": "Albuquerque", "ShipRegion": "NM", "ShipPostalCode": 87110, "ShipCountry": "USA" }, { "OrderID": 10263, "CustomerID": "ERNSH", "EmployeeID": 9, "OrderDate": "1996-07-23 00:00:00", "RequiredDate": "1996-08-20 00:00:00", "ShippedDate": "1996-07-31 00:00:00", "ShipVia": 3, "Freight": 146.0600, "ShipName": "Ernst Handel", "ShipAddress": "Kirchgasse 6", "ShipCity": "Graz", "ShipRegion": null, "ShipPostalCode": 8010, "ShipCountry": "Austria" }, { "OrderID": 10264, "CustomerID": "FOLKO", "EmployeeID": 6, "OrderDate": "1996-07-24 00:00:00", "RequiredDate": "1996-08-21 00:00:00", "ShippedDate": "1996-08-23 00:00:00", "ShipVia": 3, "Freight": 3.6700, "ShipName": "Folk och f HB", "ShipAddress": "kergatan 24", "ShipCity": "Brcke", "ShipRegion": null, "ShipPostalCode": "S-844 67", "ShipCountry": "Sweden" }, { "OrderID": 10265, "CustomerID": "BLONP", "EmployeeID": 2, "OrderDate": "1996-07-25 00:00:00", "RequiredDate": "1996-08-22 00:00:00", "ShippedDate": "1996-08-12 00:00:00", "ShipVia": 1, "Freight": 55.2800, "ShipName": "Blondel pre et fils", "ShipAddress": "24, place Klber", "ShipCity": "Strasbourg", "ShipRegion": null, "ShipPostalCode": 67000, "ShipCountry": "France" }, { "OrderID": 10266, "CustomerID": "WARTH", "EmployeeID": 3, "OrderDate": "1996-07-26 00:00:00", "RequiredDate": "1996-09-06 00:00:00", "ShippedDate": "1996-07-31 00:00:00", "ShipVia": 3, "Freight": 25.7300, "ShipName": "Wartian Herkku", "ShipAddress": "Torikatu 38", "ShipCity": "Oulu", "ShipRegion": null, "ShipPostalCode": 90110, "ShipCountry": "Finland" }, { "OrderID": 10267, "CustomerID": "FRANK", "EmployeeID": 4, "OrderDate": "1996-07-29 00:00:00", "RequiredDate": "1996-08-26 00:00:00", "ShippedDate": "1996-08-06 00:00:00", "ShipVia": 1, "Freight": 208.5800, "ShipName": "Frankenversand", "ShipAddress": "Berliner Platz 43", "ShipCity": "Mnchen", "ShipRegion": null, "ShipPostalCode": 80805, "ShipCountry": "Germany" }, { "OrderID": 10268, "CustomerID": "GROSR", "EmployeeID": 8, "OrderDate": "1996-07-30 00:00:00", "RequiredDate": "1996-08-27 00:00:00", "ShippedDate": "1996-08-02 00:00:00", "ShipVia": 3, "Freight": 66.2900, "ShipName": "GROSELLA-Restaurante", "ShipAddress": "5 Ave. Los Palos Grandes", "ShipCity": "Caracas", "ShipRegion": "DF", "ShipPostalCode": 1081, "ShipCountry": "Venezuela" }, { "OrderID": 10269, "CustomerID": "WHITC", "EmployeeID": 5, "OrderDate": "1996-07-31 00:00:00", "RequiredDate": "1996-08-14 00:00:00", "ShippedDate": "1996-08-09 00:00:00", "ShipVia": 1, "Freight": 4.5600, "ShipName": "White Clover Markets", "ShipAddress": "1029 - 12th Ave. S.", "ShipCity": "Seattle", "ShipRegion": "WA", "ShipPostalCode": 98124, "ShipCountry": "USA" }, { "OrderID": 10270, "CustomerID": "WARTH", "EmployeeID": 1, "OrderDate": "1996-08-01 00:00:00", "RequiredDate": "1996-08-29 00:00:00", "ShippedDate": "1996-08-02 00:00:00", "ShipVia": 1, "Freight": 136.5400, "ShipName": "Wartian Herkku", "ShipAddress": "Torikatu 38", "ShipCity": "Oulu", "ShipRegion": null, "ShipPostalCode": 90110, "ShipCountry": "Finland" }, { "OrderID": 10271, "CustomerID": "SPLIR", "EmployeeID": 6, "OrderDate": "1996-08-01 00:00:00", "RequiredDate": "1996-08-29 00:00:00", "ShippedDate": "1996-08-30 00:00:00", "ShipVia": 2, "Freight": 4.5400, "ShipName": "Split Rail Beer & Ale", "ShipAddress": "P.O. Box 555", "ShipCity": "Lander", "ShipRegion": "WY", "ShipPostalCode": 82520, "ShipCountry": "USA" }, { "OrderID": 10272, "CustomerID": "RATTC", "EmployeeID": 6, "OrderDate": "1996-08-02 00:00:00", "RequiredDate": "1996-08-30 00:00:00", "ShippedDate": "1996-08-06 00:00:00", "ShipVia": 2, "Freight": 98.0300, "ShipName": "Rattlesnake Canyon Grocery", "ShipAddress": "2817 Milton Dr.", "ShipCity": "Albuquerque", "ShipRegion": "NM", "ShipPostalCode": 87110, "ShipCountry": "USA" }, { "OrderID": 10273, "CustomerID": "QUICK", "EmployeeID": 3, "OrderDate": "1996-08-05 00:00:00", "RequiredDate": "1996-09-02 00:00:00", "ShippedDate": "1996-08-12 00:00:00", "ShipVia": 3, "Freight": 76.0700, "ShipName": "QUICK-Stop", "ShipAddress": "Taucherstrae 10", "ShipCity": "Cunewalde", "ShipRegion": null, "ShipPostalCode": 1307, "ShipCountry": "Germany" }, { "OrderID": 10274, "CustomerID": "VINET", "EmployeeID": 6, "OrderDate": "1996-08-06 00:00:00", "RequiredDate": "1996-09-03 00:00:00", "ShippedDate": "1996-08-16 00:00:00", "ShipVia": 1, "Freight": 6.0100, "ShipName": "Vins et alcools Chevalier", "ShipAddress": "59 rue de l-Abbaye", "ShipCity": "Reims", "ShipRegion": null, "ShipPostalCode": 51100, "ShipCountry": "France" }, { "OrderID": 10275, "CustomerID": "MAGAA", "EmployeeID": 1, "OrderDate": "1996-08-07 00:00:00", "RequiredDate": "1996-09-04 00:00:00", "ShippedDate": "1996-08-09 00:00:00", "ShipVia": 1, "Freight": 26.9300, "ShipName": "Magazzini Alimentari Riuniti", "ShipAddress": "Via Ludovico il Moro 22", "ShipCity": "Bergamo", "ShipRegion": null, "ShipPostalCode": 24100, "ShipCountry": "Italy" }, { "OrderID": 10276, "CustomerID": "TORTU", "EmployeeID": 8, "OrderDate": "1996-08-08 00:00:00", "RequiredDate": "1996-08-22 00:00:00", "ShippedDate": "1996-08-14 00:00:00", "ShipVia": 3, "Freight": 13.8400, "ShipName": "Tortuga Restaurante", "ShipAddress": "Avda. Azteca 123", "ShipCity": "Mxico D.F.", "ShipRegion": null, "ShipPostalCode": 5033, "ShipCountry": "Mexico" }, { "OrderID": 10277, "CustomerID": "MORGK", "EmployeeID": 2, "OrderDate": "1996-08-09 00:00:00", "RequiredDate": "1996-09-06 00:00:00", "ShippedDate": "1996-08-13 00:00:00", "ShipVia": 3, "Freight": 125.7700, "ShipName": "Morgenstern Gesundkost", "ShipAddress": "Heerstr. 22", "ShipCity": "Leipzig", "ShipRegion": null, "ShipPostalCode": 4179, "ShipCountry": "Germany" }, { "OrderID": 10278, "CustomerID": "BERGS", "EmployeeID": 8, "OrderDate": "1996-08-12 00:00:00", "RequiredDate": "1996-09-09 00:00:00", "ShippedDate": "1996-08-16 00:00:00", "ShipVia": 2, "Freight": 92.6900, "ShipName": "Berglunds snabbkp", "ShipAddress": "Berguvsvgen 8", "ShipCity": "Lule", "ShipRegion": null, "ShipPostalCode": "S-958 22", "ShipCountry": "Sweden" }, { "OrderID": 10279, "CustomerID": "LEHMS", "EmployeeID": 8, "OrderDate": "1996-08-13 00:00:00", "RequiredDate": "1996-09-10 00:00:00", "ShippedDate": "1996-08-16 00:00:00", "ShipVia": 2, "Freight": 25.8300, "ShipName": "Lehmanns Marktstand", "ShipAddress": "Magazinweg 7", "ShipCity": "Frankfurt a.M.", "ShipRegion": null, "ShipPostalCode": 60528, "ShipCountry": "Germany" }, { "OrderID": 10280, "CustomerID": "BERGS", "EmployeeID": 2, "OrderDate": "1996-08-14 00:00:00", "RequiredDate": "1996-09-11 00:00:00", "ShippedDate": "1996-09-12 00:00:00", "ShipVia": 1, "Freight": 8.9800, "ShipName": "Berglunds snabbkp", "ShipAddress": "Berguvsvgen 8", "ShipCity": "Lule", "ShipRegion": null, "ShipPostalCode": "S-958 22", "ShipCountry": "Sweden" }, { "OrderID": 10281, "CustomerID": "ROMEY", "EmployeeID": 4, "OrderDate": "1996-08-14 00:00:00", "RequiredDate": "1996-08-28 00:00:00", "ShippedDate": "1996-08-21 00:00:00", "ShipVia": 1, "Freight": 2.9400, "ShipName": "Romero y tomillo", "ShipAddress": "Gran Va, 1", "ShipCity": "Madrid", "ShipRegion": null, "ShipPostalCode": 28001, "ShipCountry": "Spain" }, { "OrderID": 10282, "CustomerID": "ROMEY", "EmployeeID": 4, "OrderDate": "1996-08-15 00:00:00", "RequiredDate": "1996-09-12 00:00:00", "ShippedDate": "1996-08-21 00:00:00", "ShipVia": 1, "Freight": 12.6900, "ShipName": "Romero y tomillo", "ShipAddress": "Gran Va, 1", "ShipCity": "Madrid", "ShipRegion": null, "ShipPostalCode": 28001, "ShipCountry": "Spain" }, { "OrderID": 10283, "CustomerID": "LILAS", "EmployeeID": 3, "OrderDate": "1996-08-16 00:00:00", "RequiredDate": "1996-09-13 00:00:00", "ShippedDate": "1996-08-23 00:00:00", "ShipVia": 3, "Freight": 84.8100, "ShipName": "LILA-Supermercado", "ShipAddress": "Carrera 52 con Ave. Bolvar #65-98 Llano Largo", "ShipCity": "Barquisimeto", "ShipRegion": "Lara", "ShipPostalCode": 3508, "ShipCountry": "Venezuela" }, { "OrderID": 10284, "CustomerID": "LEHMS", "EmployeeID": 4, "OrderDate": "1996-08-19 00:00:00", "RequiredDate": "1996-09-16 00:00:00", "ShippedDate": "1996-08-27 00:00:00", "ShipVia": 1, "Freight": 76.5600, "ShipName": "Lehmanns Marktstand", "ShipAddress": "Magazinweg 7", "ShipCity": "Frankfurt a.M.", "ShipRegion": null, "ShipPostalCode": 60528, "ShipCountry": "Germany" }, { "OrderID": 10285, "CustomerID": "QUICK", "EmployeeID": 1, "OrderDate": "1996-08-20 00:00:00", "RequiredDate": "1996-09-17 00:00:00", "ShippedDate": "1996-08-26 00:00:00", "ShipVia": 2, "Freight": 76.8300, "ShipName": "QUICK-Stop", "ShipAddress": "Taucherstrae 10", "ShipCity": "Cunewalde", "ShipRegion": null, "ShipPostalCode": 1307, "ShipCountry": "Germany" }, { "OrderID": 10286, "CustomerID": "QUICK", "EmployeeID": 8, "OrderDate": "1996-08-21 00:00:00", "RequiredDate": "1996-09-18 00:00:00", "ShippedDate": "1996-08-30 00:00:00", "ShipVia": 3, "Freight": 229.2400, "ShipName": "QUICK-Stop", "ShipAddress": "Taucherstrae 10", "ShipCity": "Cunewalde", "ShipRegion": null, "ShipPostalCode": 1307, "ShipCountry": "Germany" }, { "OrderID": 10287, "CustomerID": "RICAR", "EmployeeID": 8, "OrderDate": "1996-08-22 00:00:00", "RequiredDate": "1996-09-19 00:00:00", "ShippedDate": "1996-08-28 00:00:00", "ShipVia": 3, "Freight": 12.7600, "ShipName": "Ricardo Adocicados", "ShipAddress": "Av. Copacabana, 267", "ShipCity": "Rio de Janeiro", "ShipRegion": "RJ", "ShipPostalCode": "02389-890", "ShipCountry": "Brazil" }, { "OrderID": 10288, "CustomerID": "REGGC", "EmployeeID": 4, "OrderDate": "1996-08-23 00:00:00", "RequiredDate": "1996-09-20 00:00:00", "ShippedDate": "1996-09-03 00:00:00", "ShipVia": 1, "Freight": 7.4500, "ShipName": "Reggiani Caseifici", "ShipAddress": "Strada Provinciale 124", "ShipCity": "Reggio Emilia", "ShipRegion": null, "ShipPostalCode": 42100, "ShipCountry": "Italy" }, { "OrderID": 10289, "CustomerID": "BSBEV", "EmployeeID": 7, "OrderDate": "1996-08-26 00:00:00", "RequiredDate": "1996-09-23 00:00:00", "ShippedDate": "1996-08-28 00:00:00", "ShipVia": 3, "Freight": 22.7700, "ShipName": "B-s Beverages", "ShipAddress": "Fauntleroy Circus", "ShipCity": "London", "ShipRegion": null, "ShipPostalCode": "EC2 5NT", "ShipCountry": "UK" }, { "OrderID": 10290, "CustomerID": "COMMI", "EmployeeID": 8, "OrderDate": "1996-08-27 00:00:00", "RequiredDate": "1996-09-24 00:00:00", "ShippedDate": "1996-09-03 00:00:00", "ShipVia": 1, "Freight": 79.7000, "ShipName": "Comrcio Mineiro", "ShipAddress": "Av. dos Lusadas, 23", "ShipCity": "Sao Paulo", "ShipRegion": "SP", "ShipPostalCode": "05432-043", "ShipCountry": "Brazil" }, { "OrderID": 10291, "CustomerID": "QUEDE", "EmployeeID": 6, "OrderDate": "1996-08-27 00:00:00", "RequiredDate": "1996-09-24 00:00:00", "ShippedDate": "1996-09-04 00:00:00", "ShipVia": 2, "Freight": 6.4000, "ShipName": "Que Delcia", "ShipAddress": "Rua da Panificadora, 12", "ShipCity": "Rio de Janeiro", "ShipRegion": "RJ", "ShipPostalCode": "02389-673", "ShipCountry": "Brazil" }, { "OrderID": 10292, "CustomerID": "TRADH", "EmployeeID": 1, "OrderDate": "1996-08-28 00:00:00", "RequiredDate": "1996-09-25 00:00:00", "ShippedDate": "1996-09-02 00:00:00", "ShipVia": 2, "Freight": 1.3500, "ShipName": "Tradiao Hipermercados", "ShipAddress": "Av. Ins de Castro, 414", "ShipCity": "Sao Paulo", "ShipRegion": "SP", "ShipPostalCode": "05634-030", "ShipCountry": "Brazil" }, { "OrderID": 10293, "CustomerID": "TORTU", "EmployeeID": 1, "OrderDate": "1996-08-29 00:00:00", "RequiredDate": "1996-09-26 00:00:00", "ShippedDate": "1996-09-11 00:00:00", "ShipVia": 3, "Freight": 21.1800, "ShipName": "Tortuga Restaurante", "ShipAddress": "Avda. Azteca 123", "ShipCity": "Mxico D.F.", "ShipRegion": null, "ShipPostalCode": 5033, "ShipCountry": "Mexico" }, { "OrderID": 10294, "CustomerID": "RATTC", "EmployeeID": 4, "OrderDate": "1996-08-30 00:00:00", "RequiredDate": "1996-09-27 00:00:00", "ShippedDate": "1996-09-05 00:00:00", "ShipVia": 2, "Freight": 147.2600, "ShipName": "Rattlesnake Canyon Grocery", "ShipAddress": "2817 Milton Dr.", "ShipCity": "Albuquerque", "ShipRegion": "NM", "ShipPostalCode": 87110, "ShipCountry": "USA" }, { "OrderID": 10295, "CustomerID": "VINET", "EmployeeID": 2, "OrderDate": "1996-09-02 00:00:00", "RequiredDate": "1996-09-30 00:00:00", "ShippedDate": "1996-09-10 00:00:00", "ShipVia": 2, "Freight": 1.1500, "ShipName": "Vins et alcools Chevalier", "ShipAddress": "59 rue de l-Abbaye", "ShipCity": "Reims", "ShipRegion": null, "ShipPostalCode": 51100, "ShipCountry": "France" }, { "OrderID": 10296, "CustomerID": "LILAS", "EmployeeID": 6, "OrderDate": "1996-09-03 00:00:00", "RequiredDate": "1996-10-01 00:00:00", "ShippedDate": "1996-09-11 00:00:00", "ShipVia": 1, "Freight": 0.1200, "ShipName": "LILA-Supermercado", "ShipAddress": "Carrera 52 con Ave. Bolvar #65-98 Llano Largo", "ShipCity": "Barquisimeto", "ShipRegion": "Lara", "ShipPostalCode": 3508, "ShipCountry": "Venezuela" }, { "OrderID": 10297, "CustomerID": "BLONP", "EmployeeID": 5, "OrderDate": "1996-09-04 00:00:00", "RequiredDate": "1996-10-16 00:00:00", "ShippedDate": "1996-09-10 00:00:00", "ShipVia": 2, "Freight": 5.7400, "ShipName": "Blondel pre et fils", "ShipAddress": "24, place Klber", "ShipCity": "Strasbourg", "ShipRegion": null, "ShipPostalCode": 67000, "ShipCountry": "France" }, { "OrderID": 10298, "CustomerID": "HUNGO", "EmployeeID": 6, "OrderDate": "1996-09-05 00:00:00", "RequiredDate": "1996-10-03 00:00:00", "ShippedDate": "1996-09-11 00:00:00", "ShipVia": 2, "Freight": 168.2200, "ShipName": "Hungry Owl All-Night Grocers", "ShipAddress": "8 Johnstown Road", "ShipCity": "Cork", "ShipRegion": "Co. Cork", "ShipPostalCode": null, "ShipCountry": "Ireland" }, { "OrderID": 10299, "CustomerID": "RICAR", "EmployeeID": 4, "OrderDate": "1996-09-06 00:00:00", "RequiredDate": "1996-10-04 00:00:00", "ShippedDate": "1996-09-13 00:00:00", "ShipVia": 2, "Freight": 29.7600, "ShipName": "Ricardo Adocicados", "ShipAddress": "Av. Copacabana, 267", "ShipCity": "Rio de Janeiro", "ShipRegion": "RJ", "ShipPostalCode": "02389-890", "ShipCountry": "Brazil" }, { "OrderID": 10300, "CustomerID": "MAGAA", "EmployeeID": 2, "OrderDate": "1996-09-09 00:00:00", "RequiredDate": "1996-10-07 00:00:00", "ShippedDate": "1996-09-18 00:00:00", "ShipVia": 2, "Freight": 17.6800, "ShipName": "Magazzini Alimentari Riuniti", "ShipAddress": "Via Ludovico il Moro 22", "ShipCity": "Bergamo", "ShipRegion": null, "ShipPostalCode": 24100, "ShipCountry": "Italy" }, { "OrderID": 10301, "CustomerID": "WANDK", "EmployeeID": 8, "OrderDate": "1996-09-09 00:00:00", "RequiredDate": "1996-10-07 00:00:00", "ShippedDate": "1996-09-17 00:00:00", "ShipVia": 2