Hi,
I used the above code for change the height for the summary row but, I am not able to change.
Please attach if you have any sample project, or correct way.
My code is here
this.DgvLedger.TableElement.RowHeight = 15;
foreach (GridViewDataRowInfo row in DgvLedger.Rows)
{
row.Height = 15;
}
And I have one more issue in print or preview that is,
The summary row text alignment is different than the data rows.
In a grid data rows and summary rows has right alignment but, when print or preview data row alignment is same as in grid but summary rows alignment from right to middle automatically.
Please refer the attached pic for more