Currently working in MVC 3 in Visual Studio 2012, and looking to dynamically fill a jqGrid with data from a Database.
Hypothetically speaking, I would like to dynamically name the "row headers" on the far left where they are ordered numerically (ie- 1, 2, 3,..., 10). Ordering shouldn't matter in regards to the rows, while the column headers would be some fixed "mm-yyyy" format.
I'm not sure if this is entirely possible, but if anyone could give me some pointers I'd much appreciate it.