-
Notifications
You must be signed in to change notification settings - Fork 22
MAUI-[Others]-UG documentation for the Record template view. #3331
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 ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
ItemsSource="{Binding Employees}"> | ||
<syncfusion:SfDataGrid.DetailsViewDefinition> | ||
<syncfusion:TemplateViewDefinition x:Name="Template" | ||
RowTemplate="{StaticResource DetailsViewTemplate}" |
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.
Load template directly with bind values using Data instead using through static resources in this code snippet.
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.
modified
</tr> | ||
<tr> | ||
<td> | ||
<code>ViewPort</code> |
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.
This is ViewportHeight not ViewPort. Change it.
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.
modified
|
||
### DetailsViewExpanding | ||
|
||
The [DetailsViewExpanding]() event is raised when the `RowTemplate` is expanded by using an expander. |
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 DetailsViewExpanding event is raised when the RowTemplate
is being expanded by using an expander.
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.
modified
|
||
### DetailsViewCollapsing | ||
|
||
The [DetailsViewCollapsing]() event is raised when the `RowTemplate` is collapsed by using an expander. |
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 DetailsViewCollapsing event is raised when the RowTemplate
is being collapsed by using an expander.
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.
modified
…aui-docs into MAUI-DetailViewTemplate
Build Status: INPROGRESS 🔃 |
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
CI Status: ABORTED ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
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
CI Status: SUCCESS ✅ |
Description