Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以以编程方式触发“显示扩展组件事件”?
我已经定义grid.setCanExpandRecords(true)并且它按预期工作,但我想知道是否可以通过任何其他方式启动某个记录的扩展,然后点击图标。
grid.setCanExpandRecords(true)
我认为这应该有效:
targetListGrid.expandRecord(targetListGrid.getSelectedRecord());