I am using paging in webdatagrid. pagertemplate is showing all pages with numbers by default. suppose that i have 20 pages to show ; it is showing all numbers from 1 to 20..
My question is; is there a way to show page numbers like in regular asp.net grid.
like 1,2,3,4,5,6,7,8,9,10 ...
(dots at the end when we click it which loads next 10 page)
... 11,12,13,14,15,16,17,18,19
(dots loads previous 10 pages)