Bind data to href in UniGrid

Naresh Ede asked on June 22, 2018 08:45

Hi Guys

I have a URL(file path) column in my custom table.

I'm displaying the custom table data in UniGrid in my custom module.

I want to bind the URL column as href in UniGrid to download the file directly and i'm defining the grid columns in XML file.

Please assist me how to write syntax to bind URL to href in UniGrid XML file.

Thanks

Naresh Ede

Recent Answers


Peter Mogilnitski answered on June 22, 2018 13:12 (last edited on June 22, 2018 13:14)

<column externalsourcename="#url" ... converts URL text values into links. Check out unigrid help

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.