Can we expend the "Dropdown List" View at the first click in the Data Grid?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AnagJohari
    New Member
    • May 2010
    • 96

    Can we expend the "Dropdown List" View at the first click in the Data Grid?

    Hi Guys
    I am facing the problem of expending the dropdown list in the data grid view in windows application.
    i have write code under two events:-

    DatagridviewEdi tingControlshow ing under which i have called the method by delegate under which i have expended the dropdown list.

    when i did not bind any list with the data grid view it, these events are properly called as i want.

    when i bind the list with the data grid view then these events are not called at the first click when i click again then it is propely executed.

    By the way i have created a classs & assign the values to the attribute of that class & add that object in the list
    all this procedure is done inside the loop.

    please help me where i am wrong

    thanks
Working...