Hi Ivailo,
thanks for the reply
the number of rows fetched varies at every call in pagination , so i want to hide the rows with no data
so for example the data = 5000 , i fetch 50 records at one call but expand this reocrds to not known number, depending on the data say 75 (pagination is also enabled) so only 75 rows must be visible and rest must be hidden (pagesize = 500 set)
thanks Jumpstart