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?
Hello Wiliam,
I am glad that you managed to resolve your issue.
Thank you for using Infragistics components.
Thank you for getting back to me. My issue was my primary was not typed in with the correct case. I have TrxID, instead of Trxid.
Rookie mistake.
Thanks again!
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