Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4028
Drop down an UltraDropdown via code
posted

I'm just wondering how I drop down an UltraDropDown control via code. I can test easily enough if it is current dropped down, but cant find a way to make it drop down.

Thanks.

Parents
No Data
Reply
  • 1803
    posted

    hi ,

     

    Try to activate the particular cell to which u have binded the ultradropdown and then try this ...

    the cell has to be activated beforehand for this to work... 

    UltraGrid1.PerformAction(Infragistics.Win.UltraWinGrid.UltraGridAction.EnterEditModeAndDropdown)

     

Children