In the ItemCheckedChanged event, I want to also select the item, yet the following assignment returns the error "The property or indexer 'ListViewDataItem.Selected' cannot be used in this context because the set accessor is inaccessible."
e.Item.Selected = true;
How do I do this?
1 Answer, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 17 Nov 2022, 09:24 AM
Hello Matt,
You can use the Select method of the RadListView to select items programmatically. Check the following code snippet.
Regards,
Dinko | Tech Support Engineer
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.