-
Notifications
You must be signed in to change notification settings - Fork 30
AI Coding Assistant for MAUI platform Documentation #3752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
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
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
There was a problem hiding this 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`. |
Copilot
AI
Oct 24, 2025
There was a problem hiding this comment.
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.
| 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`. |
|
|
||
| ## 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`. |
Copilot
AI
Oct 24, 2025
There was a problem hiding this comment.
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.
| 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`. |
|
|
||
| ### 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. |
Copilot
AI
Oct 24, 2025
There was a problem hiding this comment.
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.
| 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. |
|
|
||
| ### 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. |
Copilot
AI
Oct 24, 2025
There was a problem hiding this comment.
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.
| 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. |
|
|
||
| ## 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. |
Copilot
AI
Oct 24, 2025
There was a problem hiding this comment.
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'.
| 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. |
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
Referred Blazor coding assistant UG and changed for .NET MAUI Platform.