Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
14013 | May 17,2004 05:23 AM UTC | May 18,2004 06:28 AM UTC | WinForms | 4 |
![]() |
Tags: GridControl |
GridTable table = this.gridGroupingControl1.GetTable("ChildTable");
table.TableDescriptor.Columns[2].HeaderText = "SomeReallyLongName";
adjusting the column width for the longer title. Exactly how are you modifying the visible columns?
You might try calling
GridTable table = this.gridGroupingControl1.GetTable("ChildTable");
table.Reload();
this.gridGroupingControl1.Refresh();
to see if that does what you need. 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.