dropdown in DetailsView

  • Thread starter Thread starter ascll
  • Start date Start date
A

ascll

Greetings,

How do I insert a dropdown box (predefined values=A,B,C,D) in DetailsView
(prefer codeless)?

Thanks
ascll
 
Is this in a ListView? If so, you can either control the painting for
the entire control, or, you can make a drop down visible at certain points,
overlaying the control where you need it, when you need it.

Either way is going to be very messy though.
 
Hi,

Post more details, You cannot use a dropdown in a ListView, you have to use
a DataGrid.

Now there are way of making it work (like correctly positioning a Combobox).
BUT IMHO a datagridview is better
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Fill Dataset to DetailsViews in run time 1
Help With MS Access 4
get data from detailsview 2
Dropdown in DetailsView 1
DetailsView Problem 1
Nested detailsview 1
FileUpload component 2
DetailsView With no Record 1

Back
Top