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
Is there any news about this issue?Niven Prasetya
thank you! Handy Surya
Please see the picture and the Demo code.Environment:VS2008+IE8.0
<LayoutSettings AllowAddItem="True" >
Thank you,Glenn Layaar.The problem has solved.
I was mistaken that "Get first cell" by "grid.RootTable.GetRow(curRow).GetCell(1);" in the past.Now I chang a little code ,it work perfect :
function wgTest_OnKeyDown(controlId, tblName, rowIndex, cellIndex) { var grid = ISGetObject(controlId); var totalRows = grid.TotalRows; var curRow = grid.GetSelectedObject().rowIndex; var curCell = grid.GetActiveEditCell().cellIndex-1; var activeCell = grid.GetActiveEditCell(); if (activeCell.rowElement.type == "Record") { if (event.keyCode == 13) { if (curCell == grid.RootTable.Columns.length-1) { grid.SetFocus(); grid.RootTable.GetRow(curRow + 1).Select(); var nextCell1 = grid.RootTable.GetRow(curRow + 1).GetCell(0); nextCell1.ActivateEdit(); } else { grid.SetFocus(); grid.RootTable.GetRow(curRow).Select(); var nextCell = grid.RootTable.GetRow(curRow).GetCell(curCell+1); nextCell.ActivateEdit(); } } return true; } }
I am sorry my "windows media player" can not open *.MP4 file.Please chang its type and reupload it ,thanks!My problem is the same as:http://www.intersoftpt.com/Community/WebGrid/Webgrid-state-reverts-to-Unchanged-after-clicking-on-Status-bar-or-Scroll-bar/
I met the same problem as Pierre Belanger.But my teamwork has found a solution for it although it seems not very perfect
Anyway,we need it so much .please ....~thank you
MY teamwork has fixed it although it is not very perfect
Handy Surya,
Has this problom been fixed???
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