Please review the site disclaimer before downloading or using content found on this site
Written by: Steve Gray 7/20/2009 3:18 PM
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
0 comment(s) so far...