After digging through the source code I find that a date format like “20091002232844” is not supported by the default date parser in jqgrid. It looks like all the fields of a date/timestamp needs to be separated by some character or space. Now I need to just figure out how to implement a custom formatter. Hope this post saves someone else my frustration.
-Anthony