I am starting new database project, where I have some tables and maybe 20 columns to show in DBGrid at all, but I know it is not possible to show all 20 columns in Grid as it w
there are 2 ways.
1st. You are using automatically created dbgrid columns. this mean, that you do not create columns manually and in this case you can change Visible property for the corresponging field in underlying table.
2st. Columns in your DBGrid were created by you manually, and you can change Visible property for the TDbGridColumn itself.