We just upgraded to v.2013.1.220.40 and can no longer access the cell value from cells where visible=false. We have lots of logic like this item.Cells(0).Text.ToString() in our system.
What's up? Is there a setting that reenables this?
We have seen the same thing with RadGrid columns and wound up having to change Visible="False" to Display="False" instead. With Visible="False" the cells contain " " instead of the values from data binding.