Hi,
I upgraded to the 2013 Q1 release today, excited for the new features, but experienced a pretty big bug. Here is what I'm seeing:
When I go back to the previous release, the problem solves itself. Also, here is the resulting page in an error state:
https://gist.github.com/fastport/5103685
One more note: I believe if I set the visibility of the columns that need the "text" from, the procedures above can see the values. But I haven't tested this thoroughly. This is not the case with previous release. The values are visible server side no problem.
Please let me know if anyone has any ideas what is up, because I am excited to have access to the new features.
Jim
I upgraded to the 2013 Q1 release today, excited for the new features, but experienced a pretty big bug. Here is what I'm seeing:
- No problems with 2012.2.912 (most recent before 2013 Q1).
- Upgrade to 2013 Q1.
- On ItemDataBound and on ItemCommands, I'm unable to read "text" problem for grid columns via the following code. In every case, even when data exists in the column, item("ColumnName").Text returns " ".
Protected Sub TruckersRadGrid_ItemDataBound(ByVal sender As Object, ByVal e As GridItemEventArgs) If TypeOf e.Item Is GridDataItem Then Dim item As GridDataItem = DirectCast(e.Item, GridDataItem) Dim myFlowStepID As String = item("FlowStepID").TextProtected Sub TruckersRadGrid_ItemCommand(ByVal sender As Object, ByVal e As GridCommandEventArgs) Handles TruckersRadGrid.ItemCommand Dim item As GridDataItem = DirectCast(e.Item, GridDataItem) Dim myPartyID As String = item("PartyID").TextWhen I go back to the previous release, the problem solves itself. Also, here is the resulting page in an error state:
https://gist.github.com/fastport/5103685
One more note: I believe if I set the visibility of the columns that need the "text" from, the procedures above can see the values. But I haven't tested this thoroughly. This is not the case with previous release. The values are visible server side no problem.
Please let me know if anyone has any ideas what is up, because I am excited to have access to the new features.
Jim