Skip to content

Conversation

@jayaleshwari
Copy link
Collaborator

Referred Blazor coding assistant UG and changed for .NET MAUI Platform.

NatarajanSF4844 and others added 25 commits October 8, 2025 10:41
SfMaskedEntry (MAUI): Add IsReadOnly mode documentation to Basic-Features.md
SfNumericEntry (MAUI): Update SelectAllOnFocus UG in Basic-Features.md
985932-Updated the images for ug documentation for vol 3
…textstyles

Create content for Selected dropdown item text style
UG 986605: Updated the UG for TabView control new features [Development]
982118 - UG Documentation for the Timeformat support in SfDateTimePicker and SfTimePicker control updating Images.
Added ug content for data grid context menu feature
@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: CodingAssistant-UG

@SyncfusionBuild
Copy link
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: CodingAssistant-UG
Technical Error(s): 0
Spelling Error(s): 6
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter 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

@PaulAndersonS PaulAndersonS requested a review from Copilot October 24, 2025 11:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds comprehensive documentation for Syncfusion AI Coding Assistants for the .NET MAUI platform, along with several component documentation updates. The content is adapted from Blazor's coding assistant documentation and includes setup instructions, usage guidelines, and best practices for the MCP server implementation.

Key changes:

  • Introduction of AI Coding Assistants overview and MCP server documentation
  • Addition of context menu documentation for DataGrid component
  • Enhanced UI customization examples for ComboBox, Autocomplete, NumericEntry, and MaskedEntry components
  • New image references and feature documentation for Scheduler component

Reviewed Changes

Copilot reviewed 10 out of 18 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
maui-toc.html Added Context Menu navigation link to DataGrid section
MAUI/Scheduler/resource-view.md Added image references for visual resource count and header width examples
MAUI/Scheduler/month-view.md Added image reference with styling attributes for appointment indicator size
MAUI/NumericEntry/Basic-Features.md Added SelectAllOnFocus feature documentation with XAML and C# examples
MAUI/Masked-Entry/Basic-Features.md Added IsReadOnly mode documentation with code examples
MAUI/DataGrid/context-menu.md New comprehensive documentation for context menu feature across different DataGrid elements
MAUI/ComboBox/UI-Customization.md Added SelectedDropDownItemTextStyle customization documentation
MAUI/Autocomplete/UI-Customization.md Added SelectedDropDownItemTextStyle customization documentation
MAUI/AI-Coding-Assistants/overview.md New overview documentation for Syncfusion AI Coding Assistants
MAUI/AI-Coding-Assistants/mcp-server.md New detailed setup and usage guide for SyncfusionMAUIAssistant MCP Server

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.


## Select text on focus

The [`SelectAllOnFocus`]() property allows you to automatically select all the text in the numeric entry when the control gains focus. This can improve user efficiency by making it easy to replace the entire content. The default value of this property is `true`.
Copy link

Copilot AI Oct 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The property reference link is empty. Add the appropriate API documentation URL for the SelectAllOnFocus property.

Suggested change
The [`SelectAllOnFocus`]() property allows you to automatically select all the text in the numeric entry when the control gains focus. This can improve user efficiency by making it easy to replace the entire content. The default value of this property is `true`.
The [`SelectAllOnFocus`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfNumericEntry.html#Syncfusion_Maui_Inputs_SfNumericEntry_SelectAllOnFocus) property allows you to automatically select all the text in the numeric entry when the control gains focus. This can improve user efficiency by making it easy to replace the entire content. The default value of this property is `true`.

Copilot uses AI. Check for mistakes.

## IsReadOnly Mode

The [`IsReadOnly`]() property allows you to make the masked entry non-editable while keeping it focusable and selectable. When enabled, users can still focus and select text, but cannot modify the value via typing, cut, paste, or the keyboard. The default value of this property is `false`.
Copy link

Copilot AI Oct 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The property reference link is empty. Add the appropriate API documentation URL for the IsReadOnly property.

Suggested change
The [`IsReadOnly`]() property allows you to make the masked entry non-editable while keeping it focusable and selectable. When enabled, users can still focus and select text, but cannot modify the value via typing, cut, paste, or the keyboard. The default value of this property is `false`.
The [`IsReadOnly`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfMaskedEntry.html#Syncfusion_Maui_Inputs_SfMaskedEntry_IsReadOnly) property allows you to make the masked entry non-editable while keeping it focusable and selectable. When enabled, users can still focus and select text, but cannot modify the value via typing, cut, paste, or the keyboard. The default value of this property is `false`.

Copilot uses AI. Check for mistakes.

### Customize the Selected DropDown Item Text Style

The [SelectedDropDownItemTextStyle]() property in the SfComboBox control allows developers to customize the appearance of the selected item in the dropdown list. This feature is useful for highlighting user selections and improving the overall UI experience.
Copy link

Copilot AI Oct 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The property reference link is empty. Add the appropriate API documentation URL for the SelectedDropDownItemTextStyle property.

Suggested change
The [SelectedDropDownItemTextStyle]() property in the SfComboBox control allows developers to customize the appearance of the selected item in the dropdown list. This feature is useful for highlighting user selections and improving the overall UI experience.
The [SelectedDropDownItemTextStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfComboBox.html#Syncfusion_Maui_Inputs_SfComboBox_SelectedDropDownItemTextStyle) property in the SfComboBox control allows developers to customize the appearance of the selected item in the dropdown list. This feature is useful for highlighting user selections and improving the overall UI experience.

Copilot uses AI. Check for mistakes.

### Customize the Selected DropDown Item Text Style

The [SelectedDropDownItemTextStyle]() property in the SfAutoComplete control allows developers to customize the appearance of the selected item in the dropdown list. This feature is useful for highlighting user selections and improving the overall UI experience.
Copy link

Copilot AI Oct 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The property reference link is empty. Add the appropriate API documentation URL for the SelectedDropDownItemTextStyle property.

Suggested change
The [SelectedDropDownItemTextStyle]() property in the SfAutoComplete control allows developers to customize the appearance of the selected item in the dropdown list. This feature is useful for highlighting user selections and improving the overall UI experience.
The [SelectedDropDownItemTextStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfAutocomplete.html#Syncfusion_Maui_Inputs_SfAutocomplete_SelectedDropDownItemTextStyle) property in the SfAutoComplete control allows developers to customize the appearance of the selected item in the dropdown list. This feature is useful for highlighting user selections and improving the overall UI experience.

Copilot uses AI. Check for mistakes.

## Customize Header Context Menu

The header context menu is displayed when the user invokes the context menu on a column header.You can customize the menu items by adding `MenuItem` objects to the `SfDataGrid.HeaderContextMenu` collection.
Copy link

Copilot AI Oct 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space after period. Should be 'column header. You can' instead of 'column header.You can'.

Suggested change
The header context menu is displayed when the user invokes the context menu on a column header.You can customize the menu items by adding `MenuItem` objects to the `SfDataGrid.HeaderContextMenu` collection.
The header context menu is displayed when the user invokes the context menu on a column header. You can customize the menu items by adding `MenuItem` objects to the `SfDataGrid.HeaderContextMenu` collection.

Copilot uses AI. Check for mistakes.
@SyncfusionBuild
Copy link
Contributor

Build Status: INQUEUE 🕒
Build Location: CodingAssistant-UG

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: CodingAssistant-UG

@SyncfusionBuild
Copy link
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: CodingAssistant-UG
Technical Error(s): 0
Spelling Error(s): 6
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.