After upgrade library to 2013.1.417.40 I noticed problem with data binding in RadGrid for column with properties Visible="false".
When I'm trying to read on postback (when event occured) the text properites is equal to nbsp;
The interesting thing is that when I bind the data in OnItemDataBound event or column has property Visible="true", it works correctly.
In previous control release it worked correctly.
<MasterTableView DataKeyNames="UserAuthorizationID"><br> <Columns><br> <telerik:GridBoundColumn DataField="UserAuthorizationID" <br> HeaderText="UserAuthorizationID" SortExpression="UserAuthorizationID"<br> UniqueName="UserAuthorizationID" Visible="False"><br> </telerik:GridBoundColumn>When I'm trying to read on postback (when event occured) the text properites is equal to nbsp;
The interesting thing is that when I bind the data in OnItemDataBound event or column has property Visible="true", it works correctly.
In previous control release it worked correctly.