Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Typo in ListGrid.js - freeze column fails when editor showing

$
0
0
Version v9.1p_2014-03-04 (2014-03-04) LGPL

line 36726 reads

Code:

var items = this.editRowForm.getItems();
when it should read
Code:

var items = this._editRowForm.getItems();

Viewing all articles
Browse latest Browse all 4756

Trending Articles