Click here to Skip to main content
15,895,849 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
my grid fields

{ field: "Fname", width: "10%", title: "Name" },
{ field: "Address_Line1", width: "20%", title: "Home Address" },
{ field: "workaddress", width: "20%", title: "Work Address" },
{ field: "Personal_Email", width: "20%", title: "Email" },
{ field: "Mobile_Phones", width: "15%", title: "Phone No" },
// { field: "InfoStatus", title: "Edit", template: '#=Getvalue(InfoStatus,Emp_Id,ContractId)#' },


function Getvalue(InfoStatus, Emp_Id, ContractId) {
if (InfoStatus == 1 && InfoStatus != null)
return "";
else
return "";
}

i want javascript:OpenUrl(#=Emp_Id#) this function but its not clickable
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900