HI, i have an issue whit one grid populate whit datasource populate from webservice(svc).
I create a simple webservice where i put some rows.
I create a method for paging that data in each class where i want to have the paging, i pass the parameter
- grid.currentIndex
- grid.pagesize
- filter
- sort
Now, i create a new application where i insert the webservice and create a page where i insert the radgrid whit my parameter and allowpaging set on true.
in the code i use the method for populate that grid and that return all of my row and it populate but paging never won't show.
in the project of the webservice a try the method if having am error and i create inside the radgrid but whitout call the webservice but using EntityDataSource and the grid run perfectly whit paging.
where i make an error??
thanks
I create a simple webservice where i put some rows.
I create a method for paging that data in each class where i want to have the paging, i pass the parameter
- grid.currentIndex
- grid.pagesize
- filter
- sort
Now, i create a new application where i insert the webservice and create a page where i insert the radgrid whit my parameter and allowpaging set on true.
in the code i use the method for populate that grid and that return all of my row and it populate but paging never won't show.
in the project of the webservice a try the method if having am error and i create inside the radgrid but whitout call the webservice but using EntityDataSource and the grid run perfectly whit paging.
where i make an error??
thanks