To make a text from a entity as a link in a Data Grid 2 instead of using event on whole container

0
I'm new to mendix platform, can anyone tell me if only a single text in a column of DataGrid 2 can be a link to do a event like redirecting or create a object and I don't want to use button as link.   For example - I have Users table and I want first column text name as a link instead of making whole container click event
asked
2 answers
0

I assume you don't want to use a button because a button wouldn't look nice.

However, if you use a button, but render it as a link, it will just look like text - set the caption to the value of your attribute

image.png

answered
0

You can put text inside of a container and define an on click event for the container.  There is currently not an On Click property for a text widget.

answered