ExpandAll() not expanding the groups in group table.
Hi,
I suspect that you call expandAll()
in InitEvent
handler, i.e. before the data is loaded, hence Group Table has nothing to expand at that time. Invoke expandAll()
in the AfterShow
handler.
Regards,
Gleb
1 Like