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

Breaking change in RadGrid?

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy Green
Top achievements
Rank 2
Andy Green asked on 19 Jun 2013, 08:12 AM
Hi

My application has stopped working since I upgraded to 2013.2.611.40

From my grid I have a checkbox, that if ticked fires the following server side code.

Protected Sub chkLocationArrival_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs)

Dim chk As CheckBox = DirectCast(sender, CheckBox)

Dim item As GridDataItem = DirectCast(chk.NamingContainer, GridDataItem)

 

Dim DestinationLocationEvent_ID As Int32 = CInt(item("Call2LocationEvent_ID").Text)

Dim CurrentLocationEvent_ID As Int32 = CInt(item("CurrentLocationEvent_ID").Text)

The problem is that the items Call2LocationEvent_ID & CurrentLocationEvent_ID have visible=false in the grid, and on postback only return a &nbsp not any value.

Has anyone else found this?

Andy

1 Answer, 1 is accepted

Sort by
0
Andy Green
Top achievements
Rank 2
answered on 19 Jun 2013, 08:14 AM
Hi

Just seen the post from Telkerik about this.

Andy
Tags
Grid
Asked by
Andy Green
Top achievements
Rank 2
Answers by
Andy Green
Top achievements
Rank 2
Share this question
or