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
I am trying to find information on the ExitEdit function. I don't know what the different parameters are. I can't find documentation on all client side functions. Does it exist?
Usage:
grid.ExitEdit(1, 0, 0);
I need this because I am trying to detect certain key events in edit mode, and I need to be able to exit the edit more and cause some events to happen after. As I understand it, calling this function will refresh the grid returning a server response. Is there a way to wait for this server resposne and then call other code. In other words, is there any kind of callback mechanism within the ExitEdit Function?
Thanks.
Calling ExitEdit() method will exit from row editing completely. If a row has been modified (dirty), calling this method with success reasonFlag will update the active row.
Parameters: reasonFlag (integer); flag2 (object); flag3 (object).
For more detail information, please check the WebGrid documentation (Intersoft WebGrid > Client-Side References > WebGrid).
The “How-to: Reconfigure the ‘Enter’ key functions on EditMode” article shows how to move the row selection to the next cell at the next row (rowIndex+1) at the same column will be directly highlighted when user press Enter key. The article utilizes the window.setTimeout approach instead of waiting for server response.
Please let us hear your feedback whether it helps or not.
I've checked out the article. The real issue is on this thread: http://intersoftpt.com/Community/WebGrid/Updating-the-grid-using-Enter-and-Down-Arrow-Keys/?1350933280442
Thanks for your response.
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