DataGrid Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Collins

    #1

    DataGrid Question

    I want to use a datagrid to display some information that will be updateable.
    Within this table of information, I would like to have dropdowns where
    appropriate. For example, I have a table of images and the user can choose
    for the image to be displayed or not. So in the datagrid, I'd like the data
    to come up with the image and a dropdown showing the current view state of
    the image with only the values of yes/no for options. Is there a way to do
    this in a datagrid? Can someone direct me to a website or provide an example?
    Thanks.


  • Mike Collins

    #2
    RE: DataGrid Question -- Found Answer

    Here is an excellent article that shows how to do what I want.



    "Mike Collins" wrote:
    [color=blue]
    > I want to use a datagrid to display some information that will be updateable.
    > Within this table of information, I would like to have dropdowns where
    > appropriate. For example, I have a table of images and the user can choose
    > for the image to be displayed or not. So in the datagrid, I'd like the data
    > to come up with the image and a dropdown showing the current view state of
    > the image with only the values of yes/no for options. Is there a way to do
    > this in a datagrid? Can someone direct me to a website or provide an example?
    > Thanks.
    >
    >[/color]

    Comment

    Working...