Hi Carlos,
Thanks for using Syncfusion support.
We have checked your query. Currently we do not have support for this requirement “Unbound Row”. However, you can achieve your requirement by creating a new SfDataGrid below your dataGrid with one row or load a custom view with required details. We have prepared sample based on your requirement and you can download the same from the below link.
Regarding Unbound Row:
Since this feature is not available in our product, we will consider this to be a feature request. If you could confirm some specific details, it would help us to implement the feature in line with your requirement.
Please review the following screen shot and code snippet of the feature and let us know if it conforms to your requirement. If our definition of this feature is different from your requirement, then let us know the specific details, so that we can work towards fulfilling your requirement.
|
<syncfusion:SfDataGrid x:Name="dataGrid" ItemsSource="{Binding Orders}">
<syncfusion:SfDataGrid.UnBoundRows>
<syncfusion:GridUnBoundRow Position="Bottom"/>
</syncfusion:SfDataGrid.UnBoundRows>
</syncfusion:SfDataGrid>
|
Regards,
Sivaraman