cancel
Showing results for 
Search instead for 
Did you mean: 

Link from datalist item

vishnuvasudev
Champ in-the-making
Champ in-the-making
Hi,

I want to add a link to each datalist items in a datalist. Please help me…

Thanks and Regards,
Vishnu.
2 REPLIES 2

jpfi
Champ in-the-making
Champ in-the-making
Hi,
well, that's gonna be not an easy task because datalist items are'nt URL adressable yet.
You'll have to enhance datagrid.js to take analyze the given URL & e.g. if /data-lists?list=<listid>&item=<itemid> and open the edit-form if the item-id is provided.
_setupHistoryManagers() in datagrid.js is a good starting point.
Cheers, Jan

vishnuvasudev
Champ in-the-making
Champ in-the-making
HI Jan,

Thank you for the immediate replay…..

Thanks and Regards,
Vishnu.