int amount = stok.GetDbCount(filter);
amount = (amount/20)+1;
StokFisiHareketleriObj.GetMulti(filter,0,sort,null,i,20);
it returns 20 rows for the grid it is ok. but how can i give the all page number to the grid.
i find the page numbers (amount).how can i assisgn that value?
it only shows 1 st page of the data grid.
isn't data grid take page number to returing result set of collection?
thank you