pagination probelm in dashlet

Hi All,

I created a dashlet for custom module. everything working fine other then pagination.

if it is more then 5 rows of data for the first time it is showing 1-5 of 0 and if i click next it is showing correctly 6-7 of 7.

How to resolve this issue…

It looks like this is a count issue.

Did you custom build the dashlet?

Does the count work within the main module?

Hi Will,

Indeed it was count issue, coz i have written a full custom query. And while creating count query its not able show me the actual output so made some customization in main file (condition as per custom module). Now it is working fine.

Thanks for your time Will.