Hi there, I wonder if it is possible to use the TdbGrid component unbound (without a datasource)?
I want to use a grid in a separate form where the user can enter information on multiple lines and columns like in Excel for example. When the user is done and click the OK button the control goes back to the main/calling program where I perform some database actions using the information entered by the user.
It sounds pretty simple and straightforward, but I don't know how to do it!
Do I have to "fake" a datasource or how is it done?
I have created the form with the TdbGrid component. I have also added the columns for the grid (it looks nice) but I can't enter any information in the "data" grids below the columns, they are locked for some reason!
I would appreciate any help.
I want to use a grid in a separate form where the user can enter information on multiple lines and columns like in Excel for example. When the user is done and click the OK button the control goes back to the main/calling program where I perform some database actions using the information entered by the user.
It sounds pretty simple and straightforward, but I don't know how to do it!
Do I have to "fake" a datasource or how is it done?
I have created the form with the TdbGrid component. I have also added the columns for the grid (it looks nice) but I can't enter any information in the "data" grids below the columns, they are locked for some reason!
I would appreciate any help.