BlazorWebFormsComponents
BlazorWebFormsComponents copied to clipboard
ListView: Implement ListViewItem
In order for the ListView's databinding events to trigger and function similarly to the Web Forms version, a wrapper ListViewItem object needs to be created.
Docs for ListViewItem at: https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.listviewitem?view=netframework-4.8
I've been looking at this ticket for a few days now.
I wonder if it would be better to break it out into actual WebForms template tickets. A ticket to implement the EditItemTemplate for instance would keep the scope narrow, and allow a PR for some of the ListViewItem behaviour.
ListViewItem and it's accompanying behaviours just seems balloon when I've tried to approach this ticket as a single PR.
Potential documentation to consider when dealing with DataBinding events
Addressed in #237