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 using webgrid 6 and i interest with webgrid 9.
I am trying with intersoft studio 2014 r2 and i have some problem.
I cannot add new row when AllowBatchUpdate = "true" and using SelfReferencing mode.
This is my code
function DoAdd(){ var grid = ISGetObject("WebGrid1"); var newRow = grid.RootTable.NewRow(); // create new row object var cells = newRow.GetCells(); // get WebGridCell collection cells.GetNamedItem("ID").SetText("E6", true); cells.GetNamedItem("Name").SetText("Emp 6", true); cells.GetNamedItem("Phone").SetText("12345", true); cells.GetNamedItem("ParentID").SetText("M1", true); cells.GetNamedItem("HasChild").SetText("0", true);try{ newRow.Update(); } catch(e){}grid.AcceptAllChanges(); }
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