How do i get a drop down list in db grid ?
Printable View
How do i get a drop down list in db grid ?
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