Oct 28, 2011, 10:19 AM
[CLOSED] grid panel - exception on delete row
In my gridrow I have ImageCommand and when click I need to delete row. My code is:
Microsoft JScript runtime error: Unable to get value of the property 'parentNode': object is null or undefined
Can you help me with this, please?
NOTE: Marking as closed. Please feel free to update the thread with a sample to reproduce the problem.
#{Store1}.remove(record);
#{Store1}.commitChanges();
#{GridPanel1}.getView().refresh();
On click that part of code is ok, but after that I got exception: Microsoft JScript runtime error: Unable to get value of the property 'parentNode': object is null or undefined
Can you help me with this, please?
NOTE: Marking as closed. Please feel free to update the thread with a sample to reproduce the problem.
Last edited by Daniil; Nov 02, 2011 at 5:08 PM.
Reason: Marked as [CLOSED]. No requested info was provided.