AD
Administrator
Syncfusion Team
February 3, 2006 06:22 AM UTC
Hi Mitesh,
The TableControlResizingColumns, Model_ColWidthsChanged and Model_colWidthsChanging are events, gets triggered during the change in the column width. To have the text align remain same, you can use the WrapText Property, Here is the code snippet.
this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.WrapText = false;
Let us know if you need further assistance,
Regards
Madhan