Release 0.8.2#249
Merged
Merged
Conversation
* Fixed bad docs references * Removed extra GridView doc
Add more unit tests for GridView generated columns
Resolve issues with menu width while sizing browser window closes #199
* Adding a new GitHub action to format code
Add new folder in the ControlSamples called Menu Add Default.aspx file showing examples of menus Add Bootstrap CSS styled Menu to the page Co-authored-by: Matthew Pauloksy <matthew.j.paulosky@boeing.com>
…properties (#213) * Add AlternateText, ImageUrl and NavigateUrl properties
* Add AdRotator AdCreated event * Override Ad properties
…#215) * Make GridView fields render themselves * Add HyperLinkField for GridView * Add/update tests for BoundField, HyperLinkField plus small fixes Took care of a few NullRefs, made property checks case-insensitive (to match Web Forms behavior).
* Fixed formatting in all files except BeforeWebForms * Fix formatting of BeforeWebForms folder
This more closely matches how System.Web WebForms work by using TypeDescriptors, which are an asbtraction over Reflection and custom metadata providers. This is how DataBinder, data bound controls, and other binding features in ASP.NET work. Fixes #222
It looks to be accidental that the TemplateFields test used a 'label' HTML element but with Blazor properties. I changed it to use a component with real properties.
…components Fix TemplateFields test to use Label component
Added style, visible, and tooltip features to Hyperlink to fix #226
Now it navigates to the Docs website
Change from Reflection to TypeDescriptors
Add information about suggested tools for contributing fix #230
* ImageButton implements IHasStyle, visibility, Enable/Disable, ToolTip, ImageAlign attribute * Simplify rendering using RenderFragment
* Image Visibility, , ToolTip, GenerateEmptyAlternateText, ImageAlign * Added unit tests
* Add KeywordFilter property to AdRotator with unit test
Use BindableTypes()
AutogenerateColumns -> AutoGenerateColumns
* Data Binding Refactoring
Add HyperLink sample
Fix Rotate unit test
* Added samples and tests for implementing style for the button component * Added CausesValidation feature to the Button * Now handling the Enabled feature for a Button * Starting tests for Button features * Finished Tooltip and Visible implementation * Added stub UseSubmitBehavior property * Docs and sample showing PostBackUrl is not supported * Removed the extra PostbackURL in the button component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improved GridView features, completed Button, AdRotator feature support