Has anything changed with version 7.6.2 that would break the following event handler code? Error says clearSelection is not available on the object. If I comment that line out, I get the same error for addSelectionInterval.
The event source (button) and EmployeesList are at the same level in the hierarchy.
el = event.source.parent.getComponent(“EmployeesList”)
el.clearSelection()
el.addSelectionInterval(0, el.data.rowCount - 1)
Thanks,
Dave