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
405
resetting dropwown
posted

hi , i want to  set my ultra dropdown which is bound to  data source on form load event

so that it could show the first record in it , and upon save button click  i want to make it empty

so that user can select next values , how is that possible , regards .

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I'm afraid I do not understand your question.

    UltraDropDown is not a standalone control, it only works as a ValueList, typically within the cell of an UltraWinGrid.

    If you wanted the first row to be selected, you would have to set the Value on the grid cell to whatever the first row value on the list is.

    To clear the value, you would set the cell value to Null.