Hello Radzens
Please can anyone tell me hot to populate modal form after double-clicking one row from the grid?
Thanks
Hi @Tajar,
You can check how this is done with the RowSelect event of the DataGrid in a regular CRUD page. It uses ${event}
to pass some parameters to the dialog which are then used to fetch data from a datasource.
what about grid click, if I click the grid accidentally the loader loops infinitely
what about grid click, if I click the grid accidentally the loader loops infinitely
I don't understand that. Please refer to the forum FAQ for tips how to improve your question.