Hi
I am using cleint delte column in my grid.
<telerik:GridClientDeleteColumn CommandName="Delete" ImageUrl="../../Resources/Images/Common/icon_delete.gif" ButtonType="ImageButton" ConfirmText="Are you sure you want to delete?"/>It delets the row. But in next postback. I found these rows in grid.Items collection. I also want to remove deleted from item collection.
How can i do this.
Thanks in advance.
B.Sethi