Click to See Complete Forum and Search --> : dbgrid


Souza
July 23rd, 1999, 01:23 AM
How do i get a drop down list in db grid ?

July 23rd, 1999, 02:10 AM
1. enable the button property of the column object
2. Create a hidden drop down list box at startup
3. whenever the user clicks the dbgrid'd column button, enable the ddl and move it to the dbgrids column position
4. update the selected item to the current cell and then hide ddl