Subject TIB_Grid RowSelect retrieve list of selected values
Author radevojvodic
Hi all,

Does anyone know how to retrieve a list of selected rows in a
TIB_Grid. I have a situation where i want to select more then one
row in a grid (rowselect= true) and after that i want to put the
list of selected values in ID column to TIB_Edit. My grid has ID
and Description Columns and selection of more then one row is
working fine. For example I select rows where ID is 1,5,7. How can i
send that list to TIB_Edit.

Thanks in advance.

Rade