3.2.0

Difference in behavior between 201 and 202


grid.getHeaderTemplate() seems to behave differently between versions 201 and 202.

In 201 I had code something like
grid.getHeaderTemplate(0).refreshClasses();


In 202 this code does not seem to work. Instead I have to code
grid.getHeaderTemplate(0,0).refreshClasses();


Unfortunately the later version does not work with version 201. Its a bit of a pain because I am working in 2 code lines, one with 201, the other with 202.

Which version is correct (logically the 201 call seems more correct although if multiple heading lines are supported then 202 is also correct).
Bryn
July 20,

This topic is archived.

See also:


Back to support forum