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

Deleting a record using GridClientDeleteColumn does not update Pager information

1 Answer 149 Views
Grid
This is a migrated thread and some comments may be shown as answers.
p
Top achievements
Rank 1
p asked on 03 Jan 2013, 09:54 PM

I am trying to use the GridClientDeleteColumn  in my grid. The clientside delete works but it doesnt update the pager information. i.e. the total count and page number is not being updated.

Am I missing something or is there a bug?  

TIA
PS

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 Jan 2013, 08:29 AM
Hi,

It is the expected behavior. 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.
Tags
Grid
Asked by
p
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or