Jeffrey T. Fritz
Jeffrey T. Fritz
AdRotator needs to support the DataBinding features like: - [ ] DataSource - [ ] DataMember - [ ] DataBinding Events - [x] AlternateTextField - [x] ImageUrlField - [x] NavigateUrlField...
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
HeaderStyle, ItemStyle, etc parameter elements should not need a ChildContents container to be represented.
Need to add some Blazor specific notes to the Image docs [/FritzAndFriends/BlazorWebFormsComponents/blob/dev/docs/EditorControls/Image.md](/FritzAndFriends/BlazorWebFormsComponents/blob/dev/docs/EditorControls/Image.md)
Review all controls and features for completeness, ensuring samples and docs are available. Additionally, let's ensure we have migrations docs built. We will create issues for all of these controls...
Let's add Blazor specific implementation details and notes
Include sample usage and references to any changes necessary from the WebForms control in order to use this component
AdRotator throws a strange error on https://blazorwebformscomponents.azurewebsites.net/ControlSamples/AdRotator
Let's find some of the ASP.NET documentation for the Chart control and build those samples on the BeforeWebForms project so that potential contributors can start evaluating an approach to build...
We need to get better about publishing version numbers and release notes. Let's add a script to make it easy to publish a release and summarize the commit messages in...