Does a datagrid populate when not visible

0
Hi Experts, Can anyone tell me whether a datagrid (in my scenario, with an XPath source) will be populated even though it is not visible? We have multiple datagrids on a page, with slightly different fields that is based on the user’s role and/or desired task. I had a look at the documentation, but didn’t see anything specific on this. Thanks in advance!
asked
1 answers
0

There two ways to find out:

  1. in the browser check the inspector (F12) on what data it gets retrieved
  2. in your console (when running locally) click Console->Advanced Settings->Set log levels and set the level for ‘Connectionbus Retrieve’ to trace.

Now you will see what is going on.

answered