Completed
Last Updated: 12 Mar 2012 12:49 by ADMIN
ADMIN
Ivan Todorov
Created on: 12 Mar 2012 12:49
Category:
Type: Bug Report
0
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.
0 comments