FIX. An exception is thrown when adding ListViewDataItems to RadListView via the Insert method at runtime.
1. Add a RadListView and a RadButton to a form.
2. Add the following code on the Click handler of the button:
this.radListView1.Items.Insert(0, new ListViewDataItem("text"));
3. Run the project and click the button.