hi,
I'm using a little javascript to count the records in a subgrid.
the sdk has this function:
context.getFormContext().getControl("mysubgrid").getGrid().getTotalRecordCount()
this function returns always 0 if the subgrid is on another tab (which is not loaded, yet).
If i navigate to that tab, subgrid loads, and getTotalRecordCount() returns the right result.
Any ideas on that issue?
best regards