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

RadListView code no longer works after update

2 Answers 36 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Seth
Top achievements
Rank 1
Seth asked on 31 Mar 2019, 03:10 PM

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. 

2 Answers, 1 is accepted

Sort by
0
Seth
Top achievements
Rank 1
answered on 31 Mar 2019, 08:18 PM
Please disregard. Dumb mistake.
0
Eyup
Telerik team
answered on 03 Apr 2019, 07:31 AM
Hello Seth,

I'm glad you've managed to resolve the issue by yourself.

Usually, I'd just have closed the thread, but I want to encourage you to feel free to turn to us when you face difficulties, regardless of how insignificant the reason might be. We, the Telerik team, are here to assist our customers to achieve their app and functionality per their own requirements and we expect that our users can count on us.

Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ListView
Asked by
Seth
Top achievements
Rank 1
Answers by
Seth
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or