BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
/// <summary>
/// Grid Settings for better Look and Feel.
/// </summary>
private void GridSettings()
{
sfDataGrid.GroupPanel.MinimumSize = new System.Drawing.Size(0, 20);
sfDataGrid.GroupPanel.Height = 20;
sfDataGrid.GroupColumnDescriptions.Add(new GroupColumnDescription() { ColumnName = "ProductName" });
sfDataGrid.GroupColumnDescriptions.Add(new GroupColumnDescription() { ColumnName = "ShipCountry" });
sfDataGrid.GroupColumnDescriptions.Add(new GroupColumnDescription() { ColumnName = "CustomerID" });
sfDataGrid.ExpandAllGroup();
} |
GroupDropArea
by using the sfDataGrid.AutoFitGroupDropAreaItem property. Please refer the below guidelines for your reference,