Datagrid and Drop down boxes

  • Thread starter Thread starter Lance Geeck
  • Start date Start date
L

Lance Geeck

Is there a way to have a drop down box on one (or more) columns of a
datagrid? For example, I am displaying address, city, state and zip. I
need a drop down on the state code.

Thanks
Lance
 
Lance--

If you are writing an ASP.NET application, then you can use an ItemTemplate
for this.

See "ItemTemplate" in the help documentation for details.

If you are writing a Windows Application, (AKA a desktop application, AKA
an EXE application), then I don't know the answer.

HTH.

--Mark



Is there a way to have a drop down box on one (or more) columns of a
datagrid? For example, I am displaying address, city, state and zip. I
need a drop down on the state code.

Thanks
Lance
 
Hi Mark,

Thanks for responding. The application is a windows application, so my
question still stands.

Lance
 
Back
Top