This piece of code will cause a Janus multicolumn dropdown to automatically drop down when you enter the cell
Private Sub GridEX1_CurrentCellChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridEX1.CurrentCellChanged
Me.GridEX1.CurrentCellDroppedDown = True
End Sub