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.

Parents
No Data
Reply
  • 2301
    posted

     Hi:

    Row addition and deletion in the grid is not realy a "built in" feature. Since the grid has to work under some many different use cases, we leave it to the user to build the (normally small) amount of additional code to support this relying on the specifics of their application.

    That said, its difficult to diagnose theissues you're having without a much closer look at the source code for your app. Is there some way we could share this so we here at IG can help you?

     Thanks,
    Jim

Children