Hi everyone
I'm trying to set the total count of records for a gridpanel store in my custom databind method.I tried to use Paging<T> but when I set it to Store.Datasource I get an exception which says that datasource must be IList or IDatasource !

I know the refreshdata event but I don't want to use it because of my application architecture.