Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Removing Row from a listgrid

    i have a list grid, which currently is not bound to any data source. You can say the grid is right now a view only list. I wish to add a functionality wherein a user can remove selected rows from the listgrid. We have checkbox for each row. I know in the code which rows are to be removed from the listgrid, can you direct me which function should I be using to remove the row from the listgrid.

    #2
    You should modify ListGrid.data manually and then redraw it.

    Comment

    Working...
    X