﻿<?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 - WebCombo - SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</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>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Wed, 05 May 2010 10:14:47 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Well, changing it to &lt;strong&gt;X&lt;/strong&gt;HTML mucked up the entire UI.  I believe the WebPaneManager doesn't support this anyway which is what mucks everything up.  Right now we just can't use XHTML.&lt;/p&gt;
&lt;p&gt;I've just finished recording the flash video of the WebCombo post back.  I'll email the video in a little while with reference to this thread.  Thanks.&lt;/p&gt;</description></item><item><title>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Thu, 29 Apr 2010 15:59:39 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Ah, good catch.  Sorry I missed that.  I should be able to test this tomorrow.  Thanks again.&lt;/p&gt;
&lt;p&gt;The issue only occurs in our application which is using the "HTML" doc type and not "XHTML" even though it works fine in the sample I attached when using either one.&lt;/p&gt;</description></item><item><title>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Thu, 29 Apr 2010 15:49:46 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Does the issue still occurs when using the HTML doctype? In the UnboundCombo sample you attached earlier by using HTML doctype, the issue is resolved.&lt;/p&gt;&lt;p&gt;The original doctype in the sample:&lt;/p&gt;&lt;pre&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD &lt;span style="color: rgb(255, 0, 0);"&gt;XHTML&lt;/span&gt; 4.0 Transitional//EN"&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Thu, 29 Apr 2010 15:11:11 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Hi Glenn.  Yes, that's what we changed at the same time we removed the xmlns.  Below is what I copied and pasted from our page.&lt;/p&gt;&lt;pre&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" &amp;gt;

&amp;lt;html&amp;gt;
&lt;/pre&gt;


&lt;p&gt; &lt;/p&gt;</description></item><item><title>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Thu, 29 Apr 2010 15:06:51 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;It seems that WebPaneManager has not support XHTML doctype. If you are using WebPaneManager and WebCombo, please use HTML doctype. Here is the snippet:&lt;/p&gt;&lt;pre&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" &amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;    &lt;/p&gt;</description></item><item><title>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Thu, 29 Apr 2010 12:40:22 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;
&lt;p&gt;Do you know if this will break the WebPaneManager?  I believe we had to remove all the xmlns entries from our HTML tag due to incompatibility with these controls inside the WebPaneManager.&lt;/p&gt;
&lt;p&gt;I will try it though and let you know.  Thank you.&lt;/p&gt;</description></item><item><title>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Thu, 29 Apr 2010 12:37:58 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Based on the attached sample, you will need to declare the correct doctype for XHTML.&lt;/p&gt;&lt;p&gt;Please use this line to declare XHTML doctype in the attached sample:&lt;/p&gt;&lt;pre&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.0 Transitional//EN"&amp;gt;&lt;br /&gt;&amp;lt;html &lt;span style="color: rgb(255, 0, 0);"&gt;xmlns="http://www.w3.org/1999/xhtml"&lt;/span&gt;&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Tue, 27 Apr 2010 12:36:32 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;
&lt;p&gt;I haven't had a chance to record the process as I'm working on a deadline for this week so it'll be next week before I get to that.&lt;/p&gt;
&lt;p&gt;However, I did try a custom control in the sample that derives from WebCombo and also used our implemenation of the properties, styles and skin and it all worked fine in the sample.  So I'm not sure why it's not behaving the same way in our application's architecture.&lt;/p&gt;
&lt;p&gt;I included the sample I've modified to resemble our application.&lt;/p&gt;</description></item><item><title>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Tue, 27 Apr 2010 12:06:04 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Did you notice any difference in the settings used in the attached sample and the one used in your projects? Is there any special character used in the selected item?&lt;/p&gt;&lt;p&gt;If there is any and after matching the setting or data to the attached sample the issue could be replicated in the sample, perhaps you could send us the modified sample to let us replicate the issue in our environment.&lt;/p&gt;
&lt;p&gt;Feel free to send it to technical@intersoftpt.com, similiar to the flash video, if you think the modified sample could not be shared publicly.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Mon, 26 Apr 2010 09:38:13 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Hi Glenn,&lt;/p&gt;
&lt;p&gt;Yes, I tried to duplicate the issue in the sample but was not successful.&lt;/p&gt;</description></item><item><title>SetSelectedRowByValue On Unbound Combo Does Note Update XmlNode Data</title><link>http://www.intersoftsolutions.com/Community/WebCombo/SetSelectedRowByValue-On-Unbound-Combo-Does-Note-Update-XmlNode-Data/</link><pubDate>Tue, 13 Apr 2010 12:09:57 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 10pt"&gt;We have several cases where we use unbound combo boxes and provide client-side UI features without postbacks.&amp;nbsp; One issue we've run into is that whe&lt;span style="font-size: 10pt"&gt;n SetSelectedRowByValue is used on an unbound box with no post back, even though the value is correctly selected and set, it is NOT set in the XmlNode which causes the posted back data to be incorrect, once the user posts the page, as to the current user selection reset by SetSelectedRowByValue.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-size: 10pt"&gt;The same is true when SetValue is used.&amp;nbsp; We need to have the correct value updated as right now we're having to update it ourselves by iterating through the XmlNode attributes and updating the noteTypedValue.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9px"&gt;&lt;span style="font-size: 10pt"&gt;[EDIT] I wanted to clarify that we basically need the SetSelectedRowByValue to work the same as if the user pulled down the list and selected an item.  Updating the XmlNode is not working either, i.e., the posted back data for the WebCombo control is whatever the user selected by pulling the list down.  We need to be able to use the "reset" button to reset the combo box value back to its default and this is why we need this.  All without any postback for this particular page.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>