{
name: 'EmployeeInformation',
index: 'EmployeeInformation',
width: 15,
sortable: true,
editable: false,
formatter: 'showlink',
formatoptions: {
//show an modal popup
}
}
This is a table column in my jqgrid.
What I want is when i click the link button (EmployeeInformation) it will show a modal popup.