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
295
dropDownEditorButton not dropdown in ultragrid
posted

hi Mike,i want to arrive column 'a' (with ultracomboeditor1 in a editor component of column 'a'), the dropDownEditorButton will dropdown , but i can't ....
Help me , thanks very much !

WindowsApplication1.rar
  • 469350
    Offline posted

    Hi,

    I'm having a hard time understanding your question.

    It looks like you are trying to create your own DropDown using a DropDownEditorButton and a grid. If that's what you want, then you will need to set up your grid so that clicking on a row selects the row (CellClickAction property) and then respond to the row selection by closing the dropdown and setting the Value on the ActiveCell in the parent grid.

    But why are you using a DropDownEditorButton and an editor? You don't need to do this to provide a dropdown list in the column. There are much easier ways.

    HOWTO:What is the best way to place a DropDown list in a grid cell?