This question is locked. New answers and comments are not allowed.
Using latest internal build, and Telerik Grid with MVC3 Razor and AJAX binding, I've experienced problems with .Hidden() on columns.
.Hidden() hides the column header but not the column value resulting in a shifting of all column headers one column to the left of their corresponding column values.
In contrast, .Hidden(true) produces the correct results.
If .Hidden() is supposed to default to the equivalent of .Hidden(true), then surely this is a bug?
Or is it just a fluke on my machine?!?
.Hidden() hides the column header but not the column value resulting in a shifting of all column headers one column to the left of their corresponding column values.
In contrast, .Hidden(true) produces the correct results.
If .Hidden() is supposed to default to the equivalent of .Hidden(true), then surely this is a bug?
Or is it just a fluke on my machine?!?