Hi,
I have created a hyperlink type column in a list. I want to open modal dialog onclick of that hyperlinked column.
Suggest me how to do this.
My hyperlink column links to disp form of another list in the same site. I update this field through object model code.
Just Paste this:Â
JavaScript:var options=SP.UI.$create_DialogOptions();options.url='<URL>?IsDlg=1′;options.width = 1000;void(SP.UI.ModalDialog.showModalDialog(options))Â
Replace <URL> with your one.
you can follow this linkedin discussion also