Dropdown Reset()

Hello Folks,

I understand that a Reset() method was added to the dropdown and dropdowndatagrid a few months ago, but I'm having difficulty accessing it.

I've looked at the dropdown's methods during runtime with my debugger, but can't find anything. If I want to reset a dropdown to the same state as after page load, should I just use Load() on it?

Thank you,
SloSuenos

Hi @SloSuenos,

The Reset() method is still there however you need to get reference to the DropDown in order to use it:

2 Likes

Thank you for the information enchev.