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 .
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.