1

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

pbrossard
  • 21
  • 1

1 Answers1

0

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

flexicious.com
  • 1,601
  • 1
  • 13
  • 21