If I add an item to my DataGrid, then delete it, then try to add it again, I get this error:
assertion failed in ItemFileWriteStore
Any idea why this could be happening?
I’m using Dojo 1.5.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you try to add an item that was removed from a store without calling
save()on the store you’ll get this error. Stores have an ‘un-delete’ feature. check the ItemFileWriteStore API forisDirty()andsave().