-
Notifications
You must be signed in to change notification settings - Fork 26
MAUI - 975431: Prepared UG documentation for ToolTip support in MAUI DataGrid #3520
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
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
…aui-docs into MAUI-DataGrid-ToolTip
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
MAUI/DataGrid/ToolTip.md
Outdated
- **On Windows/Mac**: Hover the mouse cursor over any cell in the grid | ||
- **On Android/iOS**: Long press on any cell in the grid | ||
|
||
## Record cell tooltip |
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.
Change the title as Show tooltip in a header and record cell
MAUI/DataGrid/ToolTip.md
Outdated
|
||
## ToolTip Customization | ||
|
||
You can change the appearance of the ToolTip by customizing the style with TargetType as DataGridToolTipView. |
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.
Introduce two subtopics such as Apply implicit style and Apply default style and explain how to customize the appearance in both ways. As well, explain how to change border thickness and color in tooltip
MAUI/DataGrid/ToolTip.md
Outdated
{% endtabs %} | ||
<img alt="Customizing ToolTip Style in MAUI DataGrid" src="Images\tooltip\maui-datagrid-tooltip-style.png" width="404" /> | ||
|
||
### Customize the ToolTip using ToolTipTemplate |
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.
Introduce a topic Load views to the Tooltip and include following two as subtopics for the topic.
Customizing the ToolTip using DataTemplate
Customizing the ToolTip with DataTemplateSelector
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.
The changes are fine
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
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 changes are fine
Description:
This PR updates the user guide documentation for the ToolTip feature in .NET MAUI DataGrid (SfDataGrid) control. The documentation provides comprehensive guidance on implementing and customizing tooltips for enhanced user experience.
Documentation Sections Added