Hello, I am very new to IGrid so I tried to find my answer in manuals and other forum post but still can find it so maybe someone could help me out?
I am making a VB program in Excel 2013 and therefore I use a IGrid in a Userform to get data from an SQL query. The IGrid is populated with this data and until so far it works fine.
But the only thing I want is that the user clicks with his mouse on an certain row (Rowmode = True) and then I have to collect 1 parameters from this data by Row-Col value where Col = fixed number.
In VB and also other languages there is mostly an ONCLICK event or something like that. But in IGrid I cannot find it? only an iGrid_AfterCommitEdit event. But this is only fired until so far I tested it when I clicked the enter key?
So the simple question is : how does I fire and ONCLick event to get only a value of one of the IGrid cells by Row,Column value, without changing data or setting the IGrid in an Edit mode?
Parameters until now I selected : Editable = False and Rowmode = True
Thank you in advance for the answer. Kind regards, Elwin