﻿<?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 - WebCombo in WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-WebGrid/</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>WebCombo in WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-WebGrid/</link><pubDate>Tue, 20 Oct 2015 01:50:55 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Glad to know that set ResultBoxWindowType to Normal resolve the reported problem.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebCombo in WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-WebGrid/</link><pubDate>Mon, 19 Oct 2015 09:09:18 GMT</pubDate><dc:creator>rotithov</dc:creator><description>&lt;p&gt;&lt;span class="postusername"&gt;Great.....It woks...&lt;/span&gt;&lt;span class="postusername"&gt;Thank &lt;a class="contentlink" href="http://www.intersoftsolutions.com/Community/Users/yudi/"&gt;Yudi &lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="postusername"&gt;Thanks a lot...it helps me a lot.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="postusername"&gt;&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>WebCombo in WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-WebGrid/</link><pubDate>Mon, 19 Oct 2015 03:07:15 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;blockquote&gt;I have seen another similar thread in here which mentions same problem and ASPNET-187 raised for this.&lt;/blockquote&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;ASPNET-187 was reported by Dimitris B in the following thread: &lt;a href="http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-integrated-with-WebGrid-on-IE11/" target="_blank"&gt;WebCombo integrated with WebGrid on IE11&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;If you are experiencing this issue when create WebCombo programmatically, set the &lt;strong&gt;ResultBoxWindowType&lt;/strong&gt; of WebCombo's LayoutSettings to &lt;strong&gt;Normal&lt;/strong&gt; should resolve the problem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I modified Programmatic.aspx sample of WebCombo by adding a line of code in &lt;strong&gt;combo_InitializeLayout&lt;/strong&gt; LayoutEventHandler and find that the reported problem is no longer persist.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;protected void combo_InitializeLayout(object sender, LayoutEventArgs e)
{
    // Setup Behavior
    WebCombo combo = (WebCombo)sender;
    combo.DataTextField = "ContactName";
    combo.DataValueField = "CustomerID";
    combo.LayoutSettings.ResultBoxWindowType = DisplayType.Normal;
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please let me know if you have different result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebCombo in WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-WebGrid/</link><pubDate>Fri, 16 Oct 2015 11:04:35 GMT</pubDate><dc:creator>rotithov</dc:creator><description>&lt;p&gt;Please take it as question not a general discussion.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>WebCombo in WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-in-WebGrid/</link><pubDate>Fri, 16 Oct 2015 07:21:03 GMT</pubDate><dc:creator>rotithov</dc:creator><description>&lt;div&gt;We are using WebCombo in out project integrated with WebGrid&lt;span style="font-size: 10pt;"&gt;(Versions used: WebCombo 6.0.7200.260, WebGrid 9.0.7200.4).Whenever a webcombo is clicked, we get the JS error. we are upgrading from IE9 to IE11&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;"Line: 1&lt;/div&gt;&lt;div&gt;Error: Object doesn't support property or method 'addRule'"&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Page specifies HTML5 as its document type and the same is done with the rendering mode of each webcombo butstill problem persist.&lt;/div&gt;&lt;div&gt;I have seen another similar thread in here which mentions same problem and &lt;span style="color: rgb(31, 73, 125);"&gt;ASPNET-187 raised for this.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Any help appriciated.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Thanks and Regards,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Vaishnavi&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span color="#1f497d"&gt;&lt;/span&gt;&lt;br&gt;&lt;/div&gt;</description></item></channel></rss>