Completed
Last Updated: 12 Dec 2018 16:01 by Dimitar
ADMIN
Dimitar
Created on: 10 Dec 2018 08:45
Category:
Type: Bug Report
0
FIX. RadListControl - exception when calling the AddRange method with null parameter.
To reproduce:

List<string> source;
public RadForm1()
{
    InitializeComponent();
       
    radListControl1.Items.AddRange(source);
}

0 comments