﻿<?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 - Conditional formatting in webcombo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Conditional-formatting-in-webcombo/</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>Conditional formatting in webcombo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Conditional-formatting-in-webcombo/</link><pubDate>Fri, 12 Aug 2011 06:13:40 GMT</pubDate><dc:creator>pfletcher</dc:creator><description>&lt;p&gt;Thank you kind sir, it's working as I hoped. &lt;img style="border-bottom: medium none; border-left: medium none; border-top: medium none; border-right: medium none" src="http://intersoftpt.com/WebResources/Images/Community/Editor/smiley1.gif" /&gt; &lt;/p&gt;</description></item><item><title>Conditional formatting in webcombo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Conditional-formatting-in-webcombo/</link><pubDate>Thu, 11 Aug 2011 23:54:10 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi Paul,&lt;br /&gt;&lt;br /&gt;Unfortunately you are unable to set style(color) on client side event (OnAfterResponseProcess). &lt;br /&gt;If you want to set a style, a codes had to set in Server side. And I suggest you to use on InitializeRow event.&lt;/p&gt;&lt;p&gt;For example : &lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;protected void WebCombo1_InitializeRow(object sender, ISNet.WebUI.WebCombo.RowEventArgs e)
    {
                   e.Row.Cells[0].Style.BackColor = System.Drawing.Color.Orange;
    }&lt;/pre&gt;
&lt;p&gt; &lt;br /&gt;Hope  this helps.&lt;br /&gt;Riendy&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Conditional formatting in webcombo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Conditional-formatting-in-webcombo/</link><pubDate>Thu, 11 Aug 2011 07:23:06 GMT</pubDate><dc:creator>pfletcher</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've been trying to get my web combo to show different colour rows based on one of the columns of my result set.&lt;/p&gt;
&lt;p&gt;I've tried to loop through all the items on the &lt;i&gt;OnAfterResponseProcess&lt;/i&gt; client event but I can't seem to even change the text within the cells.&lt;/p&gt;
&lt;p&gt;Has anyone done this or can anyone help me with this task?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item></channel></rss>