Hi All, I am calling the data from db through expression rules and gave batch size as 100. I need to use this data in interface inside grid, is this only 100 records will be displayed in interface or I can display whole data from table.
Discussion posts and replies are publicly visible
You can use batch size as -1 to pull all the rows from the table and use it to display in the grid.
But it is strictly not advisable keeping the SAIL performance in mind