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 set the value of a cell in a grid that is linked to a web combo when adding a new row programmically. The grid also has 2 cells that share the same web combo. I can't seem to set the value and text of the cell correctly. It will only show me the ID value.
Here is my function in javascript to add the row. BeginStatusID and EndStatusID use the same web combo. The function is being called from my initialize post back event in the VB code behind module that looks the data up to copy.
newRow.Update(); // insert new record
}
Here is my web combo wcStatus:
Hi,
I think you missed one parameter when performing SetText. Here’s how to set the text :
cell.SetText('Test', true);
If you want to display text instead of ID, you need to use valuelist. Have you already used? For further information about valuelist, open our WebGrid sample or tutorial.
regards,
Hendrik
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