We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Event fired on change of column width

Hello, In GridGroupingControl, if we double click the end of any column header,it resizes. And the text realigns.I want the text to remain the same even when the column width is changing. What is the event fired when we change column width?

1 Reply

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

Loader.
Live Chat Icon For mobile
Up arrow icon