Hi , i bind a datatable to my webdatagrid in the load event i writeWebDataGrid1.DataSource = dt_UserWebDataGrid1.DataBind()
i got the data from a sql server .i have enabled paging<ig:Paging PageSize="15" PagerAppearance="Bottom" />but only the first page will be shown.
but how would the paging work ? can anyone provide me a working sample for webdatagrid / paging / custom datasetin all samples i found only that you bind the grid to a accessdatasource
<asp:AccessDataSource ID="DefaultDataSource" runat="server" DataFile="~/App_Data/Nwind.mdb"
="SELECT [CustomerID], [CompanyName], [ContactName], [Address], [City], [Region], [PostalCode], [Country], [Phone] FROM [Customers]">
>