I seem to remember a previous post about this where your suggested workaround was to call record.getAttributeAsBoolean("expanded"). That doesn't seem to work in all cases. I have a DataArrived handler which iterates over the new records to see if any are expanded and the expanded ones do not have an attribute with the name "expanded". However, if I change back to using ListGrid.isExpanded(record) I get a null pointer error.
Is there a reliable workaround? If not, when can we get a fix for the null pointer error?
Is there a reliable workaround? If not, when can we get a fix for the null pointer error?
Comment