Posted 28 September 2019, 1:11 am EST
Hi
For c1Flexgrid vers. 4.0.X (VB.net) I need to know in the index in combo closeup (events) of the selected list. See events:
Private Sub Fg2_ComboCloseUp(sender As Object, e As C1.Win.C1FlexGrid.RowColEventArgs) Handles fg2.ComboCloseUp
In the activeX version there is the possibility to check index the
celltextdispay, celltext etc.
In the net version you can not ‘more’ do this (as activex):
fg.ColComboList(1) = “#1;Full time|#23;Part time|#65;Contractor|#78;Intern|#0;Other”
and check in the id (1,23,65,78) events
Could you provide an example
Thanks