Page 1 of 1

Choose row in grid

Posted: Sun Jun 22, 2014 8:11 pm
by Sander Kristel

I fill a grid with records from a collection - so the number of rows in the grid depend on the number of records. If a user clicks a row in the grid I want to pass the value of the _ID of the corresponding record into a LocalVariable. I can't seem to find this clearly in documentation?


Choose row in grid

Posted: Mon Jun 23, 2014 12:01 am
by Yurii Orishchuk

Hi Sander.

Please pass this tutorial http://devcenter.appery.io/tutorials/...

There is described in details how to do what you want.

Regards.


Choose row in grid

Posted: Tue Jun 24, 2014 7:55 pm
by Sander Kristel

Thanks