This topic is locked

Get data grid selected records in a dashboard

8/1/2024 4:41:55 PM
PHPRunner General questions
M
Mauipm author

Hi, I've a problem and I don't know how to solve it.
I've a Dashboard with two Data Grid, let me say: List1, List2; and one custom button.
What I need is to "get" the list of selected rows in List1 and List2 and do something with the server code of the button (ex:create records)
The answer is: how can I get the two list of selected records ?

Thanks for your suggestions
Mauro

fhumanes 8/2/2024

Hello,

A few days ago I published this example: https://fhumanes.com/blog/guias-desarrollo/guia-85-relacionar-2-tablas-de-forma-muy-visual-y-rapida/
That I think looks like you chires or at least, can give you ideas on how to do it.

Greetings,
fernando

M
Mauipm author 8/2/2024

Thanks Fernando, I will study your example carefully.
Mauro