looking at the demos but I cannot figure out how to manually add items to RadListView and also groupings.
so I think I create a group and add a few items to it and then add to listview.
is there some same API code?
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 17 Mar 2016, 08:34 AM
Hello Doug,
The RadListView displayed the data that is bound to it, so if you need to add item manually (not from the control) you need to add this item to the data source and rebind the control. As for adding the item to particular group, note that those groups are created based on specific data field values, so if you need the new item to be in particular group, the value of the data field that is used for the grouping should be equal to the value of the group.
Finally, you can take a look at the following online demos and see if they could be of any help for your requirement: