Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144103 | Apr 18,2019 01:29 PM UTC | Apr 22,2019 06:53 AM UTC | WinForms | 3 |
![]() |
Tags: SfDataGrid |
/// <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, This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.