WebGrid: How to call the server side BatchUpdate method from the code behind

3 replies. Last post: August 16, 2011 4:26 PM by Riendy Setiadi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

I have a batchUpdtae method for the web grid in the codebehind page....

 protected void grdRecipMilestone_BatchUpdate(object sender, BatchUpdateEventArgs e)
 {}
How do I call this method from the code behind page.  I already know how to from the client side (grdRecip.AcceptAllChanges()), but need to do it from the code behind page as well.
All times are GMT -5. The time now is 5:53 PM.
Previous Next