How to add an event (link to another page) using data grid?
I need link my data grid to another page, and i don't know how to do this using a specific image.
Exemple:
I added a data grid containing some images, and all i need is change the page when i click on a image, and link to other page when i click in another image
Hi Jessica,
To add events on specific data grid fields, you have to use a condition to filter only the specific value. in this case it is not possible to filter images as they have no identifier.
What you could do is:
- Add an 'id' for each field and filter taking it into account.
- Create a table instead of a data grid.
Best,
Lidia
Hi Jessica,
To add events on specific data grid fields, you have to use a condition to filter only the specific value. in this case it is not possible to filter images as they have no identifier.
What you could do is:
- Add an 'id' for each field and filter taking it into account.
- Create a table instead of a data grid.
Best,
Lidia
Replies have been locked on this page!