Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
2456 | Jan 21,2003 05:38 PM UTC | Jan 22,2003 04:50 PM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
this.gridDataBoundGrid1.SortBehavior = GridSortBehavior.None;
If you have added GridBoundColumns to your grid, you can set the HeaderText property for the particular column. If you haven't added GridBoundColumns, you can use the Binder.InternalColumns in a similar manner.
this.gridDataBoundGrid1.Binder.InternalColumns[1].HeaderText = "col2 header";
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.