Shaitan00 Posted March 12, 2005 Posted March 12, 2005 --Using [VS C#.NET]-- Given a datagrid [dgDisplay] that is populated by a dataset [dsValues]. Thing is dsValues has 11 columns total of which I only want to display 3 in my DataGrid [Columns: Name, ID, Address]. However if I just blindly bind the datasource it displays all columns with the header names from the Database. How do we customize which columns to display & what their headers are? (I want to define my own column names that are more used friendly) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.