Grid not showing - error with setFormats
I'm using the following code;
var str = new AW.Formats.String;
var num = new AW.Formats.Number;
table.setFormats([str, str, str, str, str, str, str, num, num, num]);
However, I'm getting the following error.
- table.setFormats is not a function.
When i disable the table.setFormats line it works fine.
I have upgrade from the 2 beta 3 release to the RC1 release.
var str = new AW.Formats.String;
var num = new AW.Formats.Number;
table.setFormats([str, str, str, str, str, str, str, num, num, num]);
However, I'm getting the following error.
- table.setFormats is not a function.
When i disable the table.setFormats line it works fine.
I have upgrade from the 2 beta 3 release to the RC1 release.
Asif
February 7,