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

RadListView raise SelectedItemChanged when click on up/down scroll bar

1 Answer 69 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Federico
Top achievements
Rank 1
Federico asked on 12 Sep 2018, 03:08 PM

I am having this situation: when click on the scroll bar to up or down the RadListView the SelectedItemChanged event is raised. I have a work around in my client code to prevent it but it's ugly... somebody deal with it.

Steps to reproduce:

1) Have a RadListView in your form with many data to it shows the scroll bar 

2) Subscribe your for to the SelectedItemChanged event 

..
list.SelectedItemChanged += ListCheckedItemChanged;
..
protected void ListCheckedItemChanged(object sender, EventArgs e)
{
...
}

3) Run your form and select an item before use the scroll bar

4) click in the button to Up/Down the scroll bar. The subscribed is called (use some break point to check it)

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 13 Sep 2018, 10:24 AM
Hello Federico,

I was not able to reproduce this with the latest version. Could you please specify the version that you are using?

Thank you in advance for your patience and cooperation. 

Regards,
Dimitar
Progress Telerik
Get quickly onboard 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
Federico
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or