Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
deletion on last row on second page clears the grid view on the page
posted

 

1)  set pageSize="10" 

2) add 11 rows in the grid

3) it shows the components/link to move back and forth in pages

4) go to page 2, which in this case has only 1 row.

5) deleted that row using a delete button on top of grid with select column check box.

The gird removes the page navigation links. Shows no rows at all.

Then I add row again and it shows the new row added along with rest of the rows. The page navigation buttons/links appear back on.

Side note: I have a multi list box with add button to add rows to the grid. Based on the data the rows may contain different widgets like dropdown listing operators and other widgets to allow user to enter/select value for each row.