Two similar questions:
1) Is it possible to have a button in a grid?
I'm not seeing a way to have a button in a grid. But I wanted to check before I give up on the idea.
We have an Item master that has a column that contains the URL to the item on the vendors website. I would like for the user to be able to click on a button and then open the item on the vendors website.
2) Is it possible to display text in grid column instead of the grid column value?
In the grid, I can set the column to be a hyperlink. And set an event for the field to execute the GOTO URL event. One trouble with that is that the URL is long. So it takes up a lot of space. Is there a way to display text in the grid column instead of the value of a field? So the grid would show "View", but the grid column value is the URL field. When the user clicked on "View", the event would use the field value in the GOTO URL.
Thanks for your help.