filtering columns in datagrid
-
hi every body in my code, i bind a data to dataset then make this dataset the datasource to my datagrid. i want to prevent some columns from appearing in the datagrid but please don`t tell me to filter it in the select query i want to prevent these columns from appearing after the dataset is bound what can i do?
haitham
-
hi every body in my code, i bind a data to dataset then make this dataset the datasource to my datagrid. i want to prevent some columns from appearing in the datagrid but please don`t tell me to filter it in the select query i want to prevent these columns from appearing after the dataset is bound what can i do?
haitham
Hide the column in the DataGrid. Set the columns in the designer and set visible to false for the columns you don't want displayed.
only two letters away from being an asset