Closed lvv83 closed 10 years ago
If you set the grid without a title header, then records ordering is not working.
@(Html.BsGridFor(x => x.Grid).ConfigureColumns(col => { // some configuration code }).PagerSettings(new BsPagerSettings { // some pager settings }).NoTitle() )
If you set the grid without a title header, then records ordering is not working.