Trigger Row update

4 replies. Last post: October 8, 2012 8:04 AM by Eric Hanig
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Eric HanigMember

Hi,

The issue i have is that i am trying to trigger the grid to update (server side), but a cell is selected currently.  When i click my update button, it causes the row to update, but the server side code doesnt get hit.  here is the client side code.  If i remove the part to trigger the row to update, the server side calls get hit.

 

if (selectedObject != null)

selectedObject.Update(false);

grid.ClearSelectedObject();

grid.Refresh();

grid.AddInput("Menu", "Update");

 

grid.SendCustomRequest();

 

Thanks,

Eric

 

All times are GMT -5. The time now is 11:34 PM.
Previous Next