I an trying to send JSON from my MVC controller and display it in the grid. My JSON returning from the controller has camel case names such as FiscalYear. When I change the dataindx value to FiscalYear it fails to display the data. It seems to need the dataindx to be all lower case. Since I am returning an object it is inconvenient to lower case all keys.