I am usign DevExpress ASPxGridView in my asp.net application. I can delete row of the grid using CustomCallback. I am trying to delete row in client side without using CustomCallback.
Can anyone help me to delete ASPxGridView row, on client side only without using CustomCallback. I would like to thank for any possible solution in advance.