|
I've just started playing around with the toolkit and I'm having a bit of an issue with the grid.
Everything works great, except when I change the SortButtonStyle from Button to link.
The header does show up as a link, but no data is displayed. I'm basing everything off the basic sample.
<td class="PersonHeader"><strong>@item.SortButtonFor(m => m.FullName, sortButtonStyle: SortButtonStyle.Link)</strong></td>
I've also tried it with no SortButtonStyle specified, same problem.
Anyone else seen this? There is nothing in my javascript debug output or in VS.
|