﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Linked WebCombo integrate to WebGrid Behavior</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Linked-WebCombo-integrate-to-WebGrid-Behavior/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Linked WebCombo integrate to WebGrid Behavior</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Linked-WebCombo-integrate-to-WebGrid-Behavior/</link><pubDate>Mon, 08 Feb 2010 22:33:50 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebGrid</category><category>WebCombo</category><category>integration</category><description>&lt;p&gt;We have recently released WebUI Studio 2009 R2 Service Pack 1 which includes the fix for this issue. Please click &lt;a href="../../../Corporate/PressRelease.aspx?page=PressRelease&amp;amp;PressID=ab6b7595-1dc2-47c8-ac91-d513ed714888" target="_blank"&gt;here&lt;/a&gt; to read the official press release.&lt;/p&gt;&lt;p&gt;You could also read which fix or enchancement included in the latest build by visiting the &lt;a href="http://support.intersoftpt.com/" target="_blank"&gt;support page&lt;/a&gt; and clicking the control name located on the Right Pane "Latest Builds".&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Linked WebCombo integrate to WebGrid Behavior</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Linked-WebCombo-integrate-to-WebGrid-Behavior/</link><pubDate>Wed, 03 Feb 2010 01:15:55 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebGrid</category><category>WebCombo</category><category>integration</category><description>The NewRow row tipe behavior for linked WebCombo fix will be included in the next hotfix which will be released very soon&lt;br /&gt;</description></item><item><title>Linked WebCombo integrate to WebGrid Behavior</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Linked-WebCombo-integrate-to-WebGrid-Behavior/</link><pubDate>Sun, 06 Dec 2009 23:18:27 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebGrid</category><category>WebCombo</category><category>integration</category><description>&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;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:&lt;/p&gt;&lt;pre&gt;function wcDivision_OnAfterItemSelected(controlId)&lt;br /&gt;{&lt;br /&gt;	var wcDivision = ISGetObject(controlId);&lt;br /&gt;&lt;br /&gt;	var grid = ISGetObject("grdObj");&lt;br /&gt;	&lt;br /&gt;	grid.GetSelectedObject().ToRowObject().GetCell('SubDivisionID').SetValue("", true);&lt;br /&gt;	grid.GetSelectedObject().ToRowObject().GetCell('SubDivisionID').SetText("");&lt;br /&gt;&lt;br /&gt;	return true;&lt;br /&gt;}&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Linked WebCombo integrate to WebGrid Behavior</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Linked-WebCombo-integrate-to-WebGrid-Behavior/</link><pubDate>Sat, 05 Dec 2009 08:04:58 GMT</pubDate><dc:creator>Michael</dc:creator><category>WebGrid</category><category>WebCombo</category><category>integration</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Linked WebCombo has following Defaultbehavior:&lt;/p&gt;
&lt;p&gt;- Messagebox "Please select a value for following WebCombo input: xxxx" if no value has been selected in the Parent-WebCombobox (xxxx).&lt;/p&gt;
&lt;p&gt;- All Child-WebCombobox will be deleted if the Parent-Webcombo Value changes.&lt;/p&gt;
&lt;p&gt;When i integrate WebCombo in WebGrid, this default behavoir change (no Messagebox and Child-WebCombobox values are not deleted)!&lt;/p&gt;
&lt;p&gt;It's important that Child-Values will be deleted, as this may cause inconsistent data!&lt;/p&gt;
&lt;p&gt;How can i do this?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;</description></item></channel></rss>