ES-1048012 Added the ShowClearButton feature documentation for GridTimeColumn and TreeGridTimeColumn in DataGrid and TreeGrid - #1663
Conversation
… in DataGrid and TreeGrid
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
| {% tabs %} | ||
| {% highlight xaml %} | ||
| <treeGrid:SfTreeGrid Name="treeGrid" | ||
| ColumnWidthMode="Star" |
There was a problem hiding this comment.
@Senthamil-Selvan17, Added spacing to the specified properties to align them with the Name property and maintain consistent alignment across all defined properties.
There was a problem hiding this comment.
Added the spacing to maintain the consistent alignment for the defined properties.
| {% tabs %} | ||
| {% highlight xaml %} | ||
| <dataGrid:SfDataGrid x:Name="dataGrid" | ||
| ItemsSource="{Binding Orders}" |
There was a problem hiding this comment.
@Senthamil-Selvan17, Add the spacing to the specified properties to align them with the Name property and maintain consistent alignment across all defined properties.
There was a problem hiding this comment.
Added the spacing to maintain the consistent alignment for the defined properties.
| {% endhighlight %} | ||
| {% endtabs %} | ||
|
|
||
| <img src="Column-Type-images/winui-treegrid-TimeColumn-ShowClearButton.png" alt="WinUI TreeGrid DateColumn with Clear Button" width="100%" Height="Auto"/> |
There was a problem hiding this comment.
@Senthamil-Selvan17, Alt contains the improper column name. check and modify this
There was a problem hiding this comment.
Addressed the concerns of improper column name.
| ParentPropertyName="ID" | ||
| SelfRelationRootValue="-1" > | ||
| <treeGrid:SfTreeGrid.Columns> | ||
| <treeGrid:TreeGridTextColumn HeaderText="First Name" MappingName="FirstName"/> |
There was a problem hiding this comment.
@Senthamil-Selvan17, First define the mapping name and then use the Header text with proper alignment
There was a problem hiding this comment.
Addressed the concern of proper alignment.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Task Details
1048012
Description
Need to prepare UG documentation for ShowClearButton for TreeGrid and DataGrid for GridTimeColumn.