Change Tabbar with Grid

Hey!

I was try to change tab inside tabbar, but when in one tab has grid that use LazyDataProxy show me error if I go in other tab and goback to current tab, the tab dont show nothing

I made a video to understand better.

Any suggestions for me to resolve this?

Hello @Alexsander_Silva,

Thank you for the detailed description of the issue, it’s an issue on our side(which occurs even for grids with no LazyDataProxy property). I already sent it to the dev team, and they will work on a fix.

Unfortunately, I can’t suggest any workaround to avoid this issue.

Kind regards,

1 Like

Hello @Alexsander_Silva,

The following issue could have occurred if you didn’t set grid container as null, otherwise grid will be attached correctly:
https://snippet.dhtmlx.com/j401rxwq

Kind regards,

1 Like

Thank you for your help.