When i replace dataIndex with dataIndx, all of the values disappear from my grid. The grid displays the correct number of records, but the values do not appear. If I change back to dataIndex, then all the data cells are populated.
My JSON looks like, which corresponds to the order of columns in the colModel:
{"COLUMNS":["ADMIN_LOGIN_ID","FNAME","LNAME","EMAIL","PHONE","PHONE_EXT","PASSWORD","DATE_PASSWORD_CHANGED"
],"DATA":[[474,"Tami","Alleman","
[email protected]","541-988-0227","482","David33","May, 08
2014 20:59:01"],[453,"Patricia","Atkins","
[email protected]","541-465-8135","135","Atkinspatricia1"
,"April, 01 2011 00:00:00"],[372,"Barb","Barnard","
[email protected]","541-465-8175","175","Realtress421"
,"March, 04 2014 15:51:56"],[386,"David","Baslaw","
[email protected]","541-465-8116","116","2014Noah"
,"July, 14 2014 18:02:06"]......