How to handle dropdownlist event inside datagridview?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalsingh
    New Member
    • Sep 2006
    • 218

    How to handle dropdownlist event inside datagridview?

    hai all,
    i have added a dropdownlist control inside a datagridview by datagridview.co ntrols.add method, now i want fire the event of dropdownlist, but when i try it, event of datagridview is firing.
    how to handle event of ddlist?
    thanks in advance,
    with cheers
    -Nirmal.
  • shweta123
    Recognized Expert Contributor
    • Nov 2006
    • 692

    #2
    Hi,

    Please refer this Article regarding your question.

    Originally posted by nirmalsingh
    hai all,
    i have added a dropdownlist control inside a datagridview by datagridview.co ntrols.add method, now i want fire the event of dropdownlist, but when i try it, event of datagridview is firing.
    how to handle event of ddlist?
    thanks in advance,
    with cheers
    -Nirmal.

    Comment

    • nirmalsingh
      New Member
      • Sep 2006
      • 218

      #3
      Thanx for ur reply swetha,
      i forget to mention that i needed solution in windows application.

      Comment

      • madankarmukta
        Contributor
        • Apr 2008
        • 308

        #4
        Hi ,
        You can have the solution over this by just adding the separate handler .
        i.e. User "AddHandler " for the required event of your drop down.

        Comment

        Working...