-
Updated
Jul 13, 2020 - C#
blazor-components
Here are 39 public repositories matching this topic...
It would be great to have unit tests to verify the GeneratedColumns handle:
- Add tests for different data classes to ensure reflection is properly used
- Add tests for classes with mixes of public, private, static properties, and fields
I was trying to update the annotation at runtime but I couldn't make it work. I'm using the 18.1.36-beta version.
The example from the documentation is the following:
https://blazor.syncfusion.com/documentation/diagram/labels/#update-annotation-at-runtime
I call a method with a button that executes the diagram.Nodes[0].Annotations[0].Content = "Updated Annotation"; but the annotation
-
Updated
Jul 12, 2020 - CSS
By default, the Bootstrap Navbar does not close the mobile menu when clicking or tapping outside of the menu.
This should be implemented as a boolean parameter in Navbar so that developers could just turn it on. By default, the behaviour should be as the default Bootstrap Na
-
Updated
Apr 4, 2020 - C#
-
Updated
Jun 3, 2020 - C#
-
Updated
Dec 14, 2019 - C#
-
Updated
Jun 27, 2020 - HTML
-
Updated
May 14, 2020 - CSS
-
Updated
Jun 25, 2020 - JavaScript
-
Updated
Jun 5, 2020 - C#
-
Updated
Mar 2, 2020 - HTML
-
Updated
May 5, 2020 - HTML
-
Updated
Apr 6, 2020 - HTML
-
Updated
Apr 14, 2020 - HTML
-
Updated
Apr 29, 2020 - HTML
-
Updated
Apr 14, 2020 - HTML
-
Updated
Apr 30, 2020 - CSS
-
Updated
Apr 28, 2020 - HTML
-
Updated
Apr 1, 2020 - HTML
-
Updated
Apr 14, 2020 - HTML
-
Updated
Mar 27, 2020 - HTML
-
Updated
Apr 28, 2020 - HTML
-
Updated
May 13, 2020 - HTML
-
Updated
Mar 4, 2020 - HTML
-
Updated
Apr 8, 2020 - HTML
Improve this page
Add a description, image, and links to the blazor-components topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blazor-components topic, visit your repo's landing page and select "manage topics."
It seems that some people cast the elements returned by
FindandFindAllto their specific AngleSharp subtypes and then try to invoke event handlers that way. We can either warn them about their mistake thought an helpful exception or simply trigger the event handler.