iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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,
hi
no, we dont ever do client binding anywhere in our system.
Eric
WebGrid1.SetSelectedObject(null);
Hope this helps and please let me know your response.Regards,Hans.
HI
no, that is not what i need. What happens is this:
We have a grid, and are editing a cell. ON the right we have an update button for the entire grid. WHen we click that update button, on the client side, it goes to trigger a server side update like the code above.
What happens though is that the row updates, but the server side update of the grid never triggers.
Hi Eric,
Does this issue occur same with the previous issue that you mailed me? Based the previous detail, I saw that you used ClientBinding mode. If I am not mistaken, sending somehing like custom request could not be done in this mode. Please try to see our Client binding documentation that mentioned about the limitation.
Regards,Handy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname