Kurt
0
I m pretty new in accessing data following the .NET way. To have a data grid displaying a table in a dataset worked out pretty fast. But now I m interested in leaving out some colums that are in the datatable (and not some rows, what could be done with some filter). Suppose I have in a table the Titles of some CDs, together with the Artists name and the length of the CD. Setting the dataSource property of the Datagrid object to the datatable displays all this information.
But suppose I would like to not show the data about the length of the CD to the User, while keeping that information in my datatable (so I could query on this column). ...
And what would I do set the width of Column "CD_Title" to as specific value???
But suppose I would like to not show the data about the length of the CD to the User, while keeping that information in my datatable (so I could query on this column). ...
And what would I do set the width of Column "CD_Title" to as specific value???