When I call ListGrid.freezeField(fieldname), I get an uncaught JavaScript exception [_2 is null] in ISC_Grids.js, line 2097. Nothing is printed on the developer console.
This is SmartGWT-EE Eval, nighy build 2010-02-09.
I call freezeField just after the DS is bound. The field name I specify as parameter is correct, I can get the field using getField() and it exists.
What could be wrong?
This is SmartGWT-EE Eval, nighy build 2010-02-09.
I call freezeField just after the DS is bound. The field name I specify as parameter is correct, I can get the field using getField() and it exists.
What could be wrong?
Comment