You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation(864191): Fixed the following issues in the Blazor Mention "Working with Data" UG documentation:
Fixed the CS1503 compilation error in the OnActionComplete sample by using the generic ActionCompleteEventArgs<TItem> signature that matches SfMention<TItem>.OnActionComplete.
Removed the stray s character after the <style> tag in action-begin.razor that would have broken all CSS.
Standardized the event handler naming to OnActionBeginHandler for casing consistency across all event code samples.
Added API reference links for ActionBeginEventArgs, ActionCompleteEventArgs<TItem>, MentionChar, PopupWidth, SuggestionCount, and Offline.
Clarified the OnActionFailure handler parameter type as System.Exception and linked it to the MSDN reference.
Added an N> note in the ExpandoObject section explaining why @using System.Dynamic; is required.
Added an N> note in the OData v4 section cautioning that the public Northwind endpoint can be retired or rate-limited.
Added an N> note about CORS configuration when using CrossDomain="true" on SfDataManager for remote data.
Expanded the Offline mode description to specify the dataset is cached in-memory on initialization and subsequent filtering happens client-side.
Standardized @code{ to @code { (with space) across the four working-with-data code samples that used the no-space form.
Added an intro paragraph that calls out the Events section.
Renamed the MentionChar sample field to CurrencyChar in primitive-type-int.razor for clearer readability.
Made component-level data fields private (where the markup binding permits) for proper encapsulation in the code samples.
CI Status: SUCCESS ✅ Source Compilation: SUCCESS ✅ Build Location: 864191-MentionUG Technical Error(s): 0 Spelling Error(s): 0 Image Alt Text Error(s): 0 Image Size Error(s): 0 Image Name Error(s): 0 Front matter Error(s): 0 MD File Encoding Error(s): 0 File Path Error(s): 0 CodeSnippet File Path Missing Error(s): 0 Toc Anchor Tags Validation Error(s): 0 MD Tag Validation Error(s): 0
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
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.
Description
Documentation(864191): Fixed the following issues in the Blazor Mention "Working with Data" UG documentation:
ActionCompleteEventArgs<TItem>signature that matchesSfMention<TItem>.OnActionComplete.scharacter after the<style>tag inaction-begin.razorthat would have broken all CSS.OnActionBeginHandlerfor casing consistency across all event code samples.ActionBeginEventArgs,ActionCompleteEventArgs<TItem>,MentionChar,PopupWidth,SuggestionCount, andOffline.OnActionFailurehandler parameter type asSystem.Exceptionand linked it to the MSDN reference.@using System.Dynamic;is required.CrossDomain="true"onSfDataManagerfor remote data.@code{to@code {(with space) across the four working-with-data code samples that used the no-space form.MentionCharsample field toCurrencyCharinprimitive-type-int.razorfor clearer readability.private(where the markup binding permits) for proper encapsulation in the code samples.Code Studio usage(Mandatory)
Code Studio used in this PR/MR?
If
Yes: Primary use (choose one)Outcome
If “Cost time” explain in short (1 or 2 lines):
Type of Change
Reviewer Checklist (Mandatory)