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
<column externalsourcename="#url" ... converts URL text values into links. Check out unigrid help
<column externalsourcename="#url" ...
Please, sign in to be able to submit a new answer.