selectionlist tied to column of datagrid?

G

Guest

The vb6 datagrid had a "button" property which I used to display a dropdown icon in a cell. I created a popup menu that would display the list of valid choices for that cell when the user clicked the dropdown icon. In vb.net I havn't been able to figure out how to display that little dropdown icon in a datagrid cell. Anybody know how to display the dropdown icon in the datagrid and the best way to display a list of valid entries which the user can select from

Thanks
Erik
 
C

Cor

Hi Erik,

I saw that link Ken gave you and than I thougth I can give you the link to
Jan Tielens datagrid.

<http://dotnet.leadit.be/extendeddatagrid>

And than I saw I had also this one, it is only in C# but maybe you get an
idea from it.

http://www.i-syn.gmxhome.de/devcom/colstyles/controlbutton.htm

And if not, no problem

Cor
The vb6 datagrid had a "button" property which I used to display a
dropdown icon in a cell. I created a popup menu that would display the list
of valid choices for that cell when the user clicked the dropdown icon. In
vb.net I havn't been able to figure out how to display that little dropdown
icon in a datagrid cell. Anybody know how to display the dropdown icon in
the datagrid and the best way to display a list of valid entries which the
user can select from?
 
G

Guest

Thanks Ken and Cor

Ken that link you gave is a real goldmine
Got exactly what I wanted

Erik
 

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

Datagrid and dropdown list 8
Hiding a column in a datagrid? 5
DataGrid 2
DropDown in DataGrid 2
ComboBox in Bound DataGrid (VB 2003) 4
Datagrid and 1
Find control type in DataGrid 1
Direct input into DataGrid? 3

Top