This is a migrated thread and some comments may be shown as answers.

Telerik.Web.UI.RadGrid in release 2013.1.417.40 - data bind problem

1 Answer 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jan
Top achievements
Rank 1
Jan asked on 30 Apr 2013, 07:32 AM
After upgrade library to 2013.1.417.40 I noticed problem with data binding in RadGrid for column with properties Visible="false".

<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.

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 30 Apr 2013, 09:08 AM
Tags
General Discussions
Asked by
Jan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or