add button into datagrid

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

    #1

    add button into datagrid

    Hi all :

    I want to add button , dtpicker and combo box into datagrid.

    I don't want use 3rd party and I want write my own columnstyles. any
    reference / site to teach me how to do it ?


    Thanks for your help


  • Chris

    #2
    Re: add button into datagrid

    Michael wrote:[color=blue]
    > Hi all :
    >
    > I want to add button , dtpicker and combo box into datagrid.
    >
    > I don't want use 3rd party and I want write my own columnstyles. any
    > reference / site to teach me how to do it ?
    >
    >
    > Thanks for your help
    >
    >[/color]

    This is talked about in hundreds of places... do a <insert favorite
    search engine here> search and have a look:

    Shows the date time picker.


    Chris

    Comment

    • Michael

      #3
      Re: add button into datagrid

      If I want to write a class to inherit the datagridcolumns tyle
      and which make columnstyles as a button column .

      can we do it ?


      and how to write it ?

      Thx
      "Chris" <no@spam.com> ???????:uyGlAlD yFHA.3556@TK2MS FTNGP12.phx.gbl ...[color=blue]
      > Michael wrote:[color=green]
      >> Hi all :
      >>
      >> I want to add button , dtpicker and combo box into datagrid.
      >>
      >> I don't want use 3rd party and I want write my own columnstyles. any
      >> reference / site to teach me how to do it ?
      >>
      >>
      >> Thanks for your help
      >>
      >>[/color]
      >
      > This is talked about in hundreds of places... do a <insert favorite search
      > engine here> search and have a look:
      >
      > Shows the date time picker.
      > http://www.codeproject.com/vb/net/Se...lsDataGrid.asp
      >
      > Chris[/color]


      Comment

      • Ken Tucker [MVP]

        #4
        Re: add button into datagrid

        Hi,

        Datetimepicker column
        http://msdn.microsoft.com/library/de...classtopic.asp

        Button column


        Combobox column




        Ken
        ---------------
        "Michael" <laputa.yip@gma il.com> wrote in message
        news:%23ZldVEJy FHA.4032@TK2MSF TNGP15.phx.gbl. ..[color=blue]
        > If I want to write a class to inherit the datagridcolumns tyle
        > and which make columnstyles as a button column .
        >
        > can we do it ?
        >
        >
        > and how to write it ?
        >
        > Thx
        > "Chris" <no@spam.com> ???????:uyGlAlD yFHA.3556@TK2MS FTNGP12.phx.gbl ...[color=green]
        >> Michael wrote:[color=darkred]
        >>> Hi all :
        >>>
        >>> I want to add button , dtpicker and combo box into datagrid.
        >>>
        >>> I don't want use 3rd party and I want write my own columnstyles. any
        >>> reference / site to teach me how to do it ?
        >>>
        >>>
        >>> Thanks for your help
        >>>
        >>>[/color]
        >>
        >> This is talked about in hundreds of places... do a <insert favorite
        >> search engine here> search and have a look:
        >>
        >> Shows the date time picker.
        >> http://www.codeproject.com/vb/net/Se...lsDataGrid.asp
        >>
        >> Chris[/color]
        >
        >[/color]


        Comment

        Working...