SQL table display with dropdown list data selection for each cell

KiloOne

Member
Licensed User
Longtime User
Is there a way to be able to display a SQL table with dropdown selectors in each cell to be able to select the data for the cell from a list of dropdown items?

Thanks,
Dale
 

mangojack

Expert
Licensed User
Longtime User
Refer your other post regarding column sorting, I suggested Custom ListView might suit your needs. For the dropdown you could display a small down arrow alongside the cell. Clicking the arrow and determining the Row/Col coordinates would position and show a listview offering the data choices.
Thats one option at least

Cheers mj
 

Attachments

  • Capture.JPG
    Capture.JPG
    8.7 KB · Views: 207
Upvote 0

KiloOne

Member
Licensed User
Longtime User
Thanks mj.

I was hoping to not have to code that much but as I am learning the capabilities of these controls, oops I mean views, I am beginning to see that there is much power here.

Thanks,
Dale
 
Upvote 0
Top