This is a migrated thread and some comments may be shown as answers.

GridClientDeleteColumn does not delete items

2 Answers 113 Views
Grid
This is a migrated thread and some comments may be shown as answers.
El
Top achievements
Rank 1
El asked on 11 May 2010, 01:27 PM
It only removes the selected item from the radgrid but it's still persisting into database.
How do i delete selected record using GridClientDeleteColumn? Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 11 May 2010, 02:00 PM
Hi,

GridClientDeleteColumn is designed to delete rows client-side and to persist these changes. Once you post your page to the server the grid will delete client deleted rows. If you want immediate delete with post-back you can use GridButtonColumn with CommandName = "Delete".

Check out this Demo for more information.

Regards,
Princy.
0
El
Top achievements
Rank 1
answered on 11 May 2010, 02:09 PM
Yeah in the meantime i found another post with accepted suggestion for using GridButtonColumn
Thank you anyway.



Tags
Grid
Asked by
El
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
El
Top achievements
Rank 1
Share this question
or