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
65
Drop down list
posted

I am wanting to use the combo with some checkboxes in the style of a drop down list. When a row is clicked the drop down collapses though. How do I keep the drop down displayed until the user clicks the drop down arrow signalling they are done selecting? 

Parents
No Data
Reply
  • 1171
    posted
    robertgmullen wrote:
    > I am wanting to use the combo with some checkboxes in the style of a
    > drop down list. When a row is clicked the drop down collapses though.
    > How do I keep the drop down displayed until the user clicks the drop
    > down arrow signalling they are done selecting?
    >
    >
    > ------------------------------------------------------------------------
    > http://forums.infragistics.com/forums/p/1013/11025.aspx#11025
    >

    You need to cancel the combo's BeforeCloseUp clientside event by
    returning true from the function.

    There's information about what clientside events the combo supports here:


    --
    Helen Emerson
    Infragistics Web Team
Children
No Data