Posted on: 9/28/2015 2:31:55 PM | Views : 831

please help I need to insert if else in below script where is Bold
alert("myFormId" + myFormId);
 var crudBaseUrl = "../Service.svc",         dataSource = new kendo.data.DataSource({             serverPaging: true,             serverSorting: true,             serverFiltering: true,             sort: DataSort,             type: "json",             transport: {                 read: {            &nb ...

Go to the complete details ...