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
Hi
Linked WebCombo has following Defaultbehavior:
- Messagebox "Please select a value for following WebCombo input: xxxx" if no value has been selected in the Parent-WebCombobox (xxxx).
- All Child-WebCombobox will be deleted if the Parent-Webcombo Value changes.
When i integrate WebCombo in WebGrid, this default behavoir change (no Messagebox and Child-WebCombobox values are not deleted)!
It's important that Child-Values will be deleted, as this may cause inconsistent data!
How can i do this?
Thanks
Michael
The message box has already been shown in the Record row, however there seems to be a bug in WebGrid that caused a different behavior for NewRow row type. A bug report has been submitted to the developer. We will inform you if there is any progress or update regarding this issue.
In order to remove the cell value of the linked combo column, you will need to use the AfterItemSelected event handler of the parent WebCombo to set the cell value and text to empty string. Here is the snippet, Division column and SubDivision column is linked:
function wcDivision_OnAfterItemSelected(controlId){ var wcDivision = ISGetObject(controlId); var grid = ISGetObject("grdObj"); grid.GetSelectedObject().ToRowObject().GetCell('SubDivisionID').SetValue("", true); grid.GetSelectedObject().ToRowObject().GetCell('SubDivisionID').SetText(""); return true;}
We have recently released WebUI Studio 2009 R2 Service Pack 1 which includes the fix for this issue. Please click here to read the official press release.
You could also read which fix or enchancement included in the latest build by visiting the support page and clicking the control name located on the Right Pane "Latest Builds".
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