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 have a method that performs OnRowValidate. It works well but when I call
ISGetObject("grdInvoiceTransactions").ActivateEditMode()
The focus is on a column at the end of the row. How can I get it to focus at the beginning of the row.
We have already provide an ActivateEdit function on the cell level, you could use that function instead of ActivateEditMode on the grid level to focus on individual row. Here is a snippet for such scenario, focusing on the first cell:
function wgTest_OnRowValidate(rowElem){ var grid = ISGetObject("wgTest"); var rowObj = grid.GetRowByElement(rowElem); rowObj.GetCell(0).ActivateEdit(); return false;}
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