This question is locked. New answers and comments are not allowed.
I am using a grid with custom ajax binding. Paging, binding, etc. all work great, until I add in grouping. In the sample application, if I remove lines 16-22 of Index.cshtml, this is when it works fine. But, if I keep the grouping in, then the first two columns data show up in the first two (blank header) columns of the table, where the grouping information should be. The two actual header columns, Name and Number, are then on top of blank columns.
What am I missing?
I am using Windows 7 Pro, VS 2010, Entity Framework CTP5, MVC 3, with Telerik MVC extensions version 2010.3.1318 on IE 8 for this.
What am I missing?
I am using Windows 7 Pro, VS 2010, Entity Framework CTP5, MVC 3, with Telerik MVC extensions version 2010.3.1318 on IE 8 for this.