Loading...

RE: Add edit link in QListView

RE: Add edit link in QListView

#5122
Anonymous
Anonymous
Participant

Hi Anthony

You can use the LinkTo attribute for the DisplayField to create a hyperlink for the column on qListView. This will allow you to click on the item to go to any page, including item edit page. The following screenshot illustrates the ezEdit -> Display Tab -> Display Fields -> Field Detail screen. The LinkTo attribute takes any URL (absolute or relative) and Field Expression. A field expression is wrapped inside <% and %> and can be any field in the DisplayFields list or the underlying list fields.You can use as many field expression in LinkTo, such as mypage.aspx?ID=<%ID%>&Title=<%Title%>. With the following configuration, the Title column will display title as hyperlink and clicking on the link will bring you to the Edit form for that item. Also you can use context menu or the “ShowContextMenuColumn” options indicated in the help file.