<syncfusion:SfDataGrid Margin="10"
AllowFiltering="True"
AllowGrouping="True"
AutoGenerateColumns="False"
ColumnSizer="Star"
GroupCaptionTextFormat="'{ColumnName} : {Key} - {ItemsCount} Artikel'"
GroupDropAreaText="Ziehen Sie eine Spaltenüberschrift Sie hier, um nach dieser Spalte Gruppe"
IsGroupDropAreaExpanded="True"
ItemsSource="{Binding OrdersDetails}"
NavigationMode="Row"
ShowGroupDropArea="True"> |
Query 1:
Can I set only this ItemsCount at the right site of the GroupLine ?
|
You can achieve your requirement by customizing the style of “GridCaptionSummaryCell” as shown like below code,
Code Snippet:
| |
Query 2:
When i change the Background of the CaptionSummaryRowControl the Arrow Down is not show. |
We are unable to reproduce the reported query “When we applied background color in CaptionSummaryRowControl style” in our end. For your reference, we have attached the snapshot.
If it’s possible, could you please revert by modifying the attached sample based on your application along with the replication procedure?. This would be helpful for us to provide an appropriate solution as soon as possible.
| |
Query 3:
Can i also set the Arrow Down at the right Site ?
|
If you want to set the expander cell to right side of grid, you can customize the style of “CaptionSummaryRowControl” as shown like below code,
Code Snippet:
|
Query 1:
I want to set another arrow style ?
|
You can achieve your requirement by customizing the style of “GridExpanderCellControl” as shown like below code
| |
Query 2:
I want to set an itemcount alone on righten side ?
|
You can achieve your requirement by overriding “GridCaptionSummaryCellRenderer” class as shown like below code,
Code Snippet:
|
Hello,
thx for the answer of question 2
in the content i put a Grid as GetCustomizedCaptionText
Now can easy design the GroupRow
greets