Overload | Description |
---|---|
InitAutoComplete<vfdd>(INIterable<vfdd>) | Initializes the auto complete data source and creates labels for the content of the auto complete drop down items. You should also call this method when you make a change to the auto complete source. |
InitAutoComplete<Wfdd>(INIterable<Wfdd>,NWidgetFactory<Wfdd>) | Initializes the auto complete data source and widget creation method that is used to create the content of the auto complete drop down items. You should also call this method when you make a change to the auto complete source. |