Extjs RowExpander. IE. , toggleRow:
if (!this.view) {
this.bindView();
}
For some reason, IE sometimes suffocates from links to "this.view" (probably a synchronization problem). Running 'bindview ()' ensures that 'this.view' is resolved accordingly.
source
share