This feels super trivial, but what is the best way to count the grid dataset (row count)?
I’ve always thought countRows would count all rows but apparently not…
It only seems to count visible rows.
So I figured I could get the data from getSettings and count there, which shows correct count.
Is this the best way or are there any better ways?