Version

You Can Now Prevent Data from Loading Until the Dropdown is Clicked

In previous releases, the WinCombo™ control would load its data when either its DataSource was set or when finished its initialization process. Now, you can prevent that from happening by invoking the SetInitialValue method. SetInitialValue takes in two parameters:

  • dataValue — The actual value of the WinCombo control.

  • displayText — What will be displayed in the textbox portion of WinCombo.

You can invoke the SetInitialValue method in your FormLoad event. Be sure to invoke the method before you set the DataSource, otherwise, the data will load when the DataSource is set.