What gives?
I call the following method:
$("#grid").igGridUpdating('endEdit', true);
And nothing happens. I've used this before and it worked perfectly. Am I missing a reference?
In the igLoader, I have igGrid.* being loaded for my resources but the row stays in edit mode.
What am I missing?
I even pointed to the latest CDN.
.ScriptPath("http://cdn-na.infragistics.com/jquery/20122/latest/js/")
Anyone have any ideas?