Hi,
On a click I'm trying to load a new datasource into a ListGrid.
I got this exception:
Error :Cannot change configuration property 'headerSpans' to [Lcom.smartgwt.client.widgets.grid.HeaderSpan;@189a36 after the component has been created.
Not sure what's wrong. Using SmartGWT 2.1
Thanks,
Maksym
On a click I'm trying to load a new datasource into a ListGrid.
Code:
grid.setDataSource(dataSource); grid.setHeaderSpans(...);
Error :Cannot change configuration property 'headerSpans' to [Lcom.smartgwt.client.widgets.grid.HeaderSpan;@189a36 after the component has been created.
Not sure what's wrong. Using SmartGWT 2.1
Thanks,
Maksym
Comment