Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
420
Edit Mode Cell - Checkbox
posted

I have a grid, I am trying to allow the user to click and change the boolean value of a checkbox column.

I keep getting the following when I click on the check box.

Uncaught Error: The specified record or property was not found. Verify the criteria for your search and adjust them if necessary.

Little snippet of my update code.

name: "Updating",
editMode: "cell",
startEditTriggers: "click",

enableAddRow: false,
enableUpdateRow: true,
enableDeleteRow: false,

Any ideas on this?

Parents
  • 17590
    Verified Answer
    Offline posted

    Hello William,

    Thank you for posting in our community.

    I created a small sample using the configuration provided. On my side I was able to successfully update the checkbox column. Attached you will find my sample. I am using latest version available, which at this point is 18.1.189. Please test it and let me know how it behaves. If the issue is still reproducible please provide me with steps to reproduce. If you can not replicate it please feel free to modify it in order to reproduce the ebhavior and send it back to me for further investigation.

    Please let me know if you need any further assistance with this matter.

    4011.igGridUpdatingCheckboxCell.zip

Reply Children