MAUI - 1018036 - Revamping images and code snippet in SfDataGrid's UG documents#4179
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
There was a problem hiding this comment.
Add spacing between the words in the header text.
There was a problem hiding this comment.
header text was modified in the image
There was a problem hiding this comment.
Place the Ship Country column after the Customer column
There was a problem hiding this comment.
columns were re arranged
There was a problem hiding this comment.
Add a light color to the cell; do not use dark shades.
There was a problem hiding this comment.
Modified the cell colors as light shade
There was a problem hiding this comment.
Rename the Qty header name to Quantity.
There was a problem hiding this comment.
header name was renamed to Qunatity
| <ContentPage.Content> | ||
| <syncfusion:SfDataGrid x:Name="dataGrid" | ||
| ItemsSource="{Binding OrderInfoCollection}"> | ||
| <syncfusion:SfDataGrid.Columns> |
There was a problem hiding this comment.
Add the required column according to the image provided.
There was a problem hiding this comment.
added the columns as given in the image
There was a problem hiding this comment.
Add the missing API link and verify all other files to ensure the correct API links are included.
There was a problem hiding this comment.
API links were added for missing APIs and ensured all other files.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
…n-content/maui-docs into DataGrid_Image_revamp
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
AI Usage:
Code Studio used in this PR/MR? No
Description
I have revamped the images and code snippet for following documents of UG in DataGrid