<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chetan&#039;s web scribblings! &#187; Backbase</title>
	<atom:link href="http://blog.newtonicaonline.com/category/backbase/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.newtonicaonline.com</link>
	<description>Enjoy!</description>
	<lastBuildDate>Wed, 30 Jun 2010 11:50:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Filter for ListGrid in Backbase&#8230;</title>
		<link>http://blog.newtonicaonline.com/filter-for-listgrid-in-backbase/</link>
		<comments>http://blog.newtonicaonline.com/filter-for-listgrid-in-backbase/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 07:55:48 +0000</pubDate>
		<dc:creator>Chetan</dc:creator>
				<category><![CDATA[Backbase]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.newtonicaonline.com/?p=51</guid>
		<description><![CDATA[I am working on a project where backbase is being used. Customer wants to have filters on top of ListGrid. Unfortunately, ListGrid from backbase does not support this. I searched developer network on backbase developer network for this functionality. Either I missed it or it was not there. I have ended up working on custom [...]]]></description>
			<content:encoded><![CDATA[<p>I am working on a project where backbase is being used. Customer wants to have filters on top of ListGrid. Unfortunately, ListGrid from backbase does not support this. I searched developer network on <a href="http://bdn.backbase.com/" target="_blank">backbase developer network</a> for this functionality. Either I missed it or it was not there. I have ended up working on custom widget which will support this. I think this source code can be useful to many others. So, I share it here. Though it is straight enough, if I recieve many request I will explain it in detail. So, without much ado, <a href="http://blog.newtonicaonline.com/cpListGrid.htm" target="_blank"><strong>here it is</strong></a>. Note that it is WIP and without any warranty <img src='http://blog.newtonicaonline.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p>Example usage:</p>
<p>&lt;cp:cpListGrid id=&#8221;cpFilteredGrid&#8221;<br />
width=&#8221;auto&#8221; height=&#8221;300px&#8221;<br />
readonly=&#8221;true&#8221; rows=&#8221;10&#8243; dataSource=&#8221;myGridDataSource&#8221;&gt;<br />
&lt;e:handler event=&#8221;DOMNodeInsertedIntoDocument&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;![CDATA[<br />
this.addColumn('title', 'title', '100px', true, 'text');<br />
this.addColumn('ranking', 'ranking', '30px', true, 'checkbox');<br />
this.synchFilterWidth();<br />
]]&gt;<br />
&lt;/e:handler&gt;<br />
&lt;/cp:cpListGrid&gt;</p>
<div style="background: #000000 none repeat scroll 0% 0%; float: left; white-space: pre; line-height: 1; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;"><span class="sc1"><br />
</span></div>
<div class="sociable">
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://blog.newtonicaonline.com/feed/" title="RSS"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/rss.png' title='RSS' alt='RSS' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.newtonicaonline.com%2Ffilter-for-listgrid-in-backbase%2F&amp;partner=sociable" title="Print"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/printfriendly.png' title='Print' alt='Print' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.newtonicaonline.com%2Ffilter-for-listgrid-in-backbase%2F&amp;partner=sociable" title="PDF"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/pdf.png' title='PDF' alt='PDF' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Filter%20for%20ListGrid%20in%20Backbase...%20-%20http%3A%2F%2Fblog.newtonicaonline.com%2Ffilter-for-listgrid-in-backbase%2F" title="Twitter"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fblog.newtonicaonline.com%2Ffilter-for-listgrid-in-backbase%2F&amp;title=Filter%20for%20ListGrid%20in%20Backbase...&amp;notes=I%20am%20working%20on%20a%20project%20where%20backbase%20is%20being%20used.%20Customer%20wants%20to%20have%20filters%20on%20top%20of%20ListGrid.%20Unfortunately%2C%20ListGrid%20from%20backbase%20does%20not%20support%20this.%20I%20searched%20developer%20network%20on%20backbase%20developer%20network%20for%20this%20functionality." title="del.icio.us"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/delicious.png' title='del.icio.us' alt='del.icio.us' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.newtonicaonline.com%2Ffilter-for-listgrid-in-backbase%2F&amp;t=Filter%20for%20ListGrid%20in%20Backbase..." title="Facebook"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fblog.newtonicaonline.com%2Ffilter-for-listgrid-in-backbase%2F&amp;title=Filter%20for%20ListGrid%20in%20Backbase...&amp;source=Chetan%26%23039%3Bs+web+scribblings%21+Enjoy%21&amp;summary=I%20am%20working%20on%20a%20project%20where%20backbase%20is%20being%20used.%20Customer%20wants%20to%20have%20filters%20on%20top%20of%20ListGrid.%20Unfortunately%2C%20ListGrid%20from%20backbase%20does%20not%20support%20this.%20I%20searched%20developer%20network%20on%20backbase%20developer%20network%20for%20this%20functionality." title="LinkedIn"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/linkedin.png' title='LinkedIn' alt='LinkedIn' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.newtonicaonline.com%2Ffilter-for-listgrid-in-backbase%2F&amp;title=Filter%20for%20ListGrid%20in%20Backbase...&amp;annotation=I%20am%20working%20on%20a%20project%20where%20backbase%20is%20being%20used.%20Customer%20wants%20to%20have%20filters%20on%20top%20of%20ListGrid.%20Unfortunately%2C%20ListGrid%20from%20backbase%20does%20not%20support%20this.%20I%20searched%20developer%20network%20on%20backbase%20developer%20network%20for%20this%20functionality." title="Google Bookmarks"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/googlebookmark.png' title='Google Bookmarks' alt='Google Bookmarks' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.newtonicaonline.com%2Ffilter-for-listgrid-in-backbase%2F&amp;title=Filter%20for%20ListGrid%20in%20Backbase...&amp;bodytext=I%20am%20working%20on%20a%20project%20where%20backbase%20is%20being%20used.%20Customer%20wants%20to%20have%20filters%20on%20top%20of%20ListGrid.%20Unfortunately%2C%20ListGrid%20from%20backbase%20does%20not%20support%20this.%20I%20searched%20developer%20network%20on%20backbase%20developer%20network%20for%20this%20functionality." title="Digg"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.newtonicaonline.com%2Ffilter-for-listgrid-in-backbase%2F&amp;title=Filter%20for%20ListGrid%20in%20Backbase..." title="StumbleUpon"><img src='http://blog.newtonicaonline.com/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.newtonicaonline.com/filter-for-listgrid-in-backbase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
