Row Hiding in Data Grid

0
Hello,   I am pulling an external entity to my data grid. I have a search and select button there. However, when I enter the data grid for the first time, I don't want to show any rows. After searching, I want the relevant lines to come. I wrote 0 in the "Number of Rows" section in the general tab, but still one row (first data) appears. How can I do it?
asked
2 answers
2

Did you try changing the ‘Wait for Search’ property?

answered
0

HI,

 

     You can add a filter to datagrid like below

click the filter and add attribute like below

add visibility condition like $attribute != empty

 

if you dont want to show entire grid then u can create a non persistant entity for search and do as below

 

 

 

answered