Hello,
It appears that if I have a ListGrid, once I set grid.groupBy(fields), and soon after call grid.getGroupByFields(), it will sometimes return null. Is this the intended behavior? When is getGroupByFields() a reliable call to make?
The documentation says " If this grid is not currently grouped, this method will return null." - at what specific time will it no longer return null? After the GroupByComplete handler is called?
It appears that if I have a ListGrid, once I set grid.groupBy(fields), and soon after call grid.getGroupByFields(), it will sometimes return null. Is this the intended behavior? When is getGroupByFields() a reliable call to make?
The documentation says " If this grid is not currently grouped, this method will return null." - at what specific time will it no longer return null? After the GroupByComplete handler is called?
Comment