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

Listview has a Bug on the R2 (2018.2.516.250)

1 Answer 68 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Vuyiswa
Top achievements
Rank 2
Vuyiswa asked on 04 Jun 2018, 12:22 PM

   The SelectedItems Collection has an extra item that is null on every selection you make  i used the following 

 

if (item != null)
        {
            lst.Add(item.ALLERGY_NAME);
        }

 

else you will get Object not set for an instance... 

 

 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 06 Jun 2018, 01:57 PM
Hello Vuyiswa,

I will need more details on exact setup you have in order to replicate the reported issue. Could you send us the definition of RadListView as well as at what stage the SelectedItems collection has an additional null item?

Thank you in advance.

Regards,
Yana
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ListView
Asked by
Vuyiswa
Top achievements
Rank 2
Answers by
Yana
Telerik team
Share this question
or