Hi,
I'm trying to get the count of listview in a dashboard view.
Getting the listivew and counting record is not a issue.
I do no know how to access to the tab's caption. Can you help on how to get the captions of the tab ?
First I tried to work with LayoutCreated handler but it seems that i never reaches.
C#blazorLayoutManager = (BlazorLayoutManager)View.LayoutManager; blazorLayoutManager.LayoutCreated += BlazorLayoutManager_LayoutCreated;
Many thanks
BR
ISA
Hi Isa,
As far as I understand, you need to implement the same functionality as demonstrated in the following example, but for List Views inside a Dashboard View: XAF - How to show the number of nested List View items in tab captions. Currently, I've not found a way to implement this. Please give us some time to research this possibility.
Hi Gosha,
I would like to see the same result yes.
Thanks for your help.
BR
ISA