BlazorWebFormsComponents icon indicating copy to clipboard operation
BlazorWebFormsComponents copied to clipboard

ListView: Implement ListViewItem

Open csharpfritz opened this issue 5 years ago • 2 comments

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

csharpfritz avatar Jan 09 '20 17:01 csharpfritz

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

grleachman avatar Feb 28 '20 00:02 grleachman

Addressed in #237

hishamco avatar Aug 29 '20 21:08 hishamco