Hi,
I am not able to edit grid row. However i can add new row to the grid.
Below is my code:
$("#gridScheduler").igGrid({ PrimaryKey: "ContactID", autoGenerateColumns: false, width: "1024px", renderCheckboxes: true, aggregateTransactions: true, updateUrl: '@Url.Content("~/Nomination/SaveContactsData")', columns: [ { headerText: "Nomination Employee ID", key: "NominatingEmployeeID", dataType: "number" }, { headerText: "Contact Name", key: "ContactName", dataType: "string", width: "20%" }, { headerText: "Company", key: "Company", dataType: "string", width: "20%" }, { headerText: "Phone Number", key: "PhoneNumber", dataType: "string", width: "20%" }, { headerText: "E-mail Address", key: "EmailAddress", dataType: "string", width: "30%" }, ], dataSource: datasource, features: [ { name: 'Hiding', enableVerticalRendering: false, columnSettings: [ { columnKey: 'NominatingEmployeeID', allowHiding: false, hidden: true }, ] }, { name: "Selection", mode: "row", multipleSelection: false, touchDragSelect: false, // this is true by default multipleCellSelectOnClick: false }, { name: "Sorting", type: "local" }, { name: 'Updating', columnSettings: [ { columnKey: "ContactName", editorType: 'string', validation: true, editorOptions: { required: true } }, { columnKey: "Company", editorType: 'string', validation: true, editorOptions: { required: true } }, { columnKey: "PhoneNumber", editorType: 'string', validation: true }, { columnKey: "EmailAddress", editorType: 'string', validation: true, editorOptions: { required: true } }] } ] });
Please help me in finding out why i am not able to edit grid row.
Please let me know if you need any other information.
Thanks,
Poonam
Issue has been resolved.
Hello,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this
Poonam,
Please try again.
Hi Maya Kirova,
Could you please send me ighgrid.zip file again.
Regards,
Hi Maya,
Could you please send me zip file again.
When i am downloading ighgrid.zip file. it throwing error that "Archive is either is in unknown format or damaged"