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,
I have a flat grid with a dropdown column that happens to be the only editable cell in the grid. Given that scenario, would it be possible to fire the update event when that cell value changes? (As opposed to having to wait for the row to lose focus or the context menu event).
I was thinking of using the OnAfterExitEditMode event and a piece of JS like this:
function forceUpdate(controlId, tblName, editObject) { var webGrid = ISGetObject(controlId); webGrid.GetSelectedObject().ToRowObject().Update(); }
But that only changes the clientside value. Is this possible?
Hi Guillermo,
Unfortunately, our WebGrid will update automatically when it lost focus from its cell or row. So, although we are using OnAfterExitEditMode, we will still need the row to lost focus in order to trigger this event side.
In other hand, it might has a workaround if we are using WebCombo as an edited column. However, if in your end, you can use WebCombo, please let me know and I will try to make those work around for you.
I hope it helps. Thank you and have a nice day.
Best Regards,
Andi Santoso
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