Updated Web.UI recently to ver 2012.2.815.40 and now when we try to get a value from a GridBoundColumn that's not visible the .Text of the GridDataItem is a non breaking space instead of the numeric value. Turn visible on and it's a number like we expect.
How should we get the value in this case?
How should we get the value in this case?
var groupMemberIDStr = item["GroupMemberID"].Text;