closed
Public

Is it possible to read the data from a data grid row? For example, I have a grid with some data in it, when the user selects a row, I want the row’s data to fill a details section of the form, so I’m trying to get the row’s data in order to populate the details section. Is this possible?

1 answer

Hi Mike, sure you can read data from data grid (Table). Actually it is a good idea to use (invisible) Table as data repository.

You can use the “Table Cell Values as Array” element property to access the data in any grid in Table, as shown below:

For example, the figure shows how to get the data in first row, first column:

If you like to know more about Table usage, you can take a look at this example:

http://www.foreui.net/node/87

#1

This question is now closed