| Platform: | Janus GridEX |
| Task: | Populate a GridEX DropDown |
| Discussion: | You can set up DropDowns in a GridEX using the designer, but you have to load the data into it by code, usually in the Form_Load event. |
| Example: | GridEX1.DropDowns("Suppliers").SetDataBinding(JSNorthwindDataSet,"Suppliers") |