In createeditor, the listbox for the dropdownlist/combobox is not being loaded/shown until after the selectIndex is called and is returning 0 for the index value. On subsequent selections, it works as should as the listbox is now populated and it can perform a match. I tried the initeditor function to select the cell value but it is not working. How do I get the listbox to load first before it sets the index?