Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
23386 | Jan 11,2005 05:08 PM UTC | Jan 11,2005 06:05 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
//add col1
GridBoundColumn gbc = new GridBoundColumn();
gbc.MappingName = "Col1";
grid.GridBoundColumns.Add(gbc);
//add col2
gbc = new GridBoundColumn();
gbc.MappingName = "Col2";
grid.GridBoundColumns.Add(gbc);
//etc
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.