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?