Add Button to a Windows Form Datagrid

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

    Add Button to a Windows Form Datagrid

    Hi,

    Does any one know how to add a button to every row of a windows form datagird.

    Can anyone provide me some code on this.

    I have searched a lot but couldn't find any.

    Any help would be appreciated

    Thanks
    Kiran
  • Peter W Johnson

    #2
    Re: Add Button to a Windows Form Datagrid

    Kiran,

    I can't answer your question but I was looking at how to add a combobox to a
    datagrid and came across this:-


    You may be able to work a similar way with a button.

    Cheers

    Peter.


    "Kiran" <kiran_nospam@g mail.com> wrote in message
    news:%23tKASjlV FHA.2420@TK2MSF TNGP12.phx.gbl. ..
    Hi,

    Does any one know how to add a button to every row of a windows form
    datagird.

    Can anyone provide me some code on this.

    I have searched a lot but couldn't find any.

    Any help would be appreciated

    Thanks
    Kiran


    Comment

    • c j anderson, mcp

      #3
      Re: Add Button to a Windows Form Datagrid

      Here's another example with a combo box -- it comes from a bigger
      project...

      Cheers.
      ---

      nemo me impune lacessit

      *** Sent via Developersdex http://www.developersdex.com ***

      Comment

      • c j anderson, mcp

        #4
        Re: Add Button to a Windows Form Datagrid

        oops, the link is
        http://stand__sure.aspfreeserver.com...pulatedatagrid.
        html

        Cheers.
        ---

        nemo me impune lacessit

        *** Sent via Developersdex http://www.developersdex.com ***

        Comment

        • Peter W Johnson

          #5
          Re: Add Button to a Windows Form Datagrid

          Kiran,

          Something from Microsoft:-



          I'm still trying to get the combo box working!!

          Cheers

          Peter.


          "Peter W Johnson" <vk3eka@yahoo.c om> wrote in message
          news:uHFIy2oVFH A.3316@TK2MSFTN GP14.phx.gbl...[color=blue]
          > Kiran,
          >
          > I can't answer your question but I was looking at how to add a combobox to
          > a datagrid and came across this:-
          > http://www.vbdotnetheaven.com/Code/Jul2003/2134.asp
          >
          > You may be able to work a similar way with a button.
          >
          > Cheers
          >
          > Peter.
          >
          >
          > "Kiran" <kiran_nospam@g mail.com> wrote in message
          > news:%23tKASjlV FHA.2420@TK2MSF TNGP12.phx.gbl. ..
          > Hi,
          >
          > Does any one know how to add a button to every row of a windows form
          > datagird.
          >
          > Can anyone provide me some code on this.
          >
          > I have searched a lot but couldn't find any.
          >
          > Any help would be appreciated
          >
          > Thanks
          > Kiran
          >[/color]


          Comment

          • Kiran

            #6
            Re: Add Button to a Windows Form Datagrid

            Peter,

            Thanks for the link, I couldn't get button work from that link.

            Still trying to make it work.

            Thanks
            Kiran
            "Peter W Johnson" <vk3eka@yahoo.c om> wrote in message
            news:%23DkqeHuV FHA.2572@TK2MSF TNGP14.phx.gbl. ..[color=blue]
            > Kiran,
            >
            > Something from Microsoft:-
            >
            > http://msdn.microsoft.com/library/de...lumnstyle1.asp
            >
            > I'm still trying to get the combo box working!!
            >
            > Cheers
            >
            > Peter.
            >
            >
            > "Peter W Johnson" <vk3eka@yahoo.c om> wrote in message
            > news:uHFIy2oVFH A.3316@TK2MSFTN GP14.phx.gbl...[color=green]
            >> Kiran,
            >>
            >> I can't answer your question but I was looking at how to add a combobox
            >> to a datagrid and came across this:-
            >> http://www.vbdotnetheaven.com/Code/Jul2003/2134.asp
            >>
            >> You may be able to work a similar way with a button.
            >>
            >> Cheers
            >>
            >> Peter.
            >>
            >>
            >> "Kiran" <kiran_nospam@g mail.com> wrote in message
            >> news:%23tKASjlV FHA.2420@TK2MSF TNGP12.phx.gbl. ..
            >> Hi,
            >>
            >> Does any one know how to add a button to every row of a windows form
            >> datagird.
            >>
            >> Can anyone provide me some code on this.
            >>
            >> I have searched a lot but couldn't find any.
            >>
            >> Any help would be appreciated
            >>
            >> Thanks
            >> Kiran
            >>[/color]
            >
            >[/color]


            Comment

            Working...