I'm trying to find a solution to make an entire cell in a row clickable to other page. I've tried creating a grid editor for that, but so far it's not working. Is there any simpler way to do this?
I assume the OP meant by using the Umbraco GUI, not by manually hardcoding the link. The grid editor in this instance doesn't allow the cell (div) to be wrapped in an a href tag. I think Leblender or another approach is necessary unless the grid editor can be updated to allow the contentpicker datatype to be applied to the cell.
Make an entire cell clickable
Hello guys,
I'm trying to find a solution to make an entire cell in a row clickable to other page. I've tried creating a grid editor for that, but so far it's not working. Is there any simpler way to do this?
Thanks in advance!
You could try using javascript/jquery, by adding a .click function where it does what ever you want
Did you ever find the solution to this? If so, how did you do it?
Hi Nelson
I assume you are talking about a table. If not please can you provide a detailed description of what your objective is and maybe provide some code.
You could try something like this:
HTML:
Jquery:
Here are the resources I used :
I assume the OP meant by using the Umbraco GUI, not by manually hardcoding the link. The grid editor in this instance doesn't allow the cell (div) to be wrapped in an a href tag. I think Leblender or another approach is necessary unless the grid editor can be updated to allow the contentpicker datatype to be applied to the cell.
is working on a reply...