jQWidgets Forums

jQuery UI Widgets Forums Grid simple json parse Reply To: simple json parse

simple json parse #79621

shawn
Participant

also, I am initializing like this:


            $("#jqxgrid").jqxGrid(
            {
                width: 800,
                source: dataAdapter,                
                pageable: true,
                autoheight: true,
                sortable: true,
                altrows: true,
                enabletooltips: true,
                editable: true,
                selectionmode: 'multiplecellsadvanced',
                columns: [
                  { text: 'User',datafield:'uName'},
                  { text: 'Request Date',datafield:'rqDate' },
                  { text: 'IP Address',datafield:'ipAddr'},
                  { text: 'Program Name',datafield:'programName'}                  
                ]
            });