I'm assuming the update is the root cause of this issue. This code worked previously and now causes an error "You need to have a DynamicManager control on the page and register your data control with it in order to use a DynamicControlParameter". The RadListView is not compatible with a DynamicManager control.
The code causing this error:
Private Sub rbtnAddLocation_Click(sender As Object, e As EventArgs) Handles rbtnAddLocation.Click rlvLocations.InsertItemPosition = RadListViewInsertItemPosition.FirstItem rlvLocations.ShowInsertItem() rbtnAddLocation.CommandArgument = rdlMembers.SelectedValue rbtnAddLocation.Enabled = False End Sub
The offending lines are the two with rlvLocations.
Updates are really getting frustrating to new Telerik user here.
