Have you tried looking at the data being returned to the grid? Could there possibly be an illegal character in that data? That is, if you're populating the grid with any data at this point.
It's possible that you have a single quote or something in some of your data and causes the javascript code to break.
I'm just guessing since you didn't post any code. But, if you are loading in data, maybe take a look at what's being returned.
Thanks for your reply. I made the change and that did not help. If I set repeatItems: false, there is no error and no data in the grid. This is correct behavior.If I set to true then there is the error. This tells me that the issue is, I think, in json reader translating the data string.
Can you see anything in the data string that is wrong?
{"rows":[{"Cell":["101","2010-03-01","10:19:08-06:00","10:19:08-06:00"],"id":"1"},{"Cell":["101"</code><code>,"2010-03-01","None","None"],"id":"2"},{"Cell":["102","2010-03-04","14:32:12-06:00","14:32</code><code>:12-06:00"],"id":"3"},{"Cell":["102","2010-03-10","12:53:00-06:00","22:24:00-06:00"],"id":"4"</code><code>}]}<br/><br/></code><ahref="http://www.prosoftplus.com:8088/emp_gd"rel="nofollow">http://www.prosoftplus.com:8088/emp_gd</a><br /><br />Thanks for your help.