Refresh only one level on Flexicious Datagrid

308 Views Asked by At

Using ultimate flexicious datagrid with enableDynamicLevels="true", I search a way to refresh one dynamic level created on flexicious datagrid. I can't use rebuidBody function because it's a dynamic level created with custom children function.

Is it possible ?

Thanks for answer

1

There are 1 best solutions below

0
On

If you are only trying to expand or collapse 1 item, you can call grid.expandChildrenOf(yourItem, expandOrCollapse)