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

how to add item in vb code?

1 Answer 84 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 1
Doug asked on 14 Mar 2016, 03:47 PM
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

Sort by
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:
Hope this helps.


Regards,
Konstantin Dikov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
ListView
Asked by
Doug
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or