Skip to main content
June 2, 2022
Question

How to hide Empty Readonly Record Grid

  • June 2, 2022
  • 4 replies
  • 1 view

Hi All,

i want to hide Readonly Record Grid, in case it's Empty or no data contain. by default it's shows empty grid with message, 

Please advise.

Thanks in advance. 

4 replies

stefanhelzle0001
Brainy
June 2, 2022

The UI outside the grid does not know about the fact that it is empty, so you will not be able to hide it using the default functionality.

You can query the data into a local variable and pass this to the grid. Then you can check the local and make the grid display only if there is data.

mikes0011
Brainy
June 2, 2022
You can query the data into a local variable and pass this to the grid.

And that's only if the OP is not referring to the OOB "record list" grid.

The Expression Guru