I have GridEx object on my form and…
-
I want to add some items in it with a for…next loop. Actually I couldn’t find any method for adding a new row with a custom data.
-
I want to select a specific row in that GridEx object. For example: I want to select the 6th row, is there anything like mygrid.rows(6).value or something like that?!
Thanks in Advance…
Assuming you have a GridEX control called
grid…To add new data:
To retrieve a specific row:
To select a specific row: