Hi Everyone,
I ran into a problem and was wondering if anyone have a solution. I created a Radgrid, populate the grid with an EntityDataSource with Automatic CRUD. Everything works great expect I notice a huge paging issue. If my PageSize="5" and I have 6 records which will give me two pages. If I go to page 2 and delete the 6th row/item the RadGrid show the grid as empty. It doesn't go to page 1 and display the remaining 5 rows. If I hit the refresh button on the grid, still not working. I have to reload the page before it display the 5 record in the grid. I try putting the grid in a RadAjaxPanel, still no luck. If I used SqlDataSource, it work fine without any problems. Is there something that I'm missing?
Anthony
I ran into a problem and was wondering if anyone have a solution. I created a Radgrid, populate the grid with an EntityDataSource with Automatic CRUD. Everything works great expect I notice a huge paging issue. If my PageSize="5" and I have 6 records which will give me two pages. If I go to page 2 and delete the 6th row/item the RadGrid show the grid as empty. It doesn't go to page 1 and display the remaining 5 rows. If I hit the refresh button on the grid, still not working. I have to reload the page before it display the 5 record in the grid. I try putting the grid in a RadAjaxPanel, still no luck. If I used SqlDataSource, it work fine without any problems. Is there something that I'm missing?
Anthony