<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: width not working properly</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/width-not-working-properly</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/width-not-working-properly/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on width not working properly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/width-not-working-properly#p3741</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/width-not-working-properly#p3741</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You have not needed comma in the colModel in the last column definition. If you check this in IE6 you will have error:</p>
<pre id="line1">{value:"Active:Active;Inactive:Inactive"}}<strong>,</strong> &#60;----- ]<br /><br />Regards<br />Tony</pre></p>
]]></description>
        	        	<pubDate>Mon, 29 Dec 2008 03:09:23 +0200</pubDate>
        </item>
        <item>
        	<title>shibaji on width not working properly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/width-not-working-properly#p3698</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/width-not-working-properly#p3698</guid>
        	        	<description><![CDATA[<p>hi</p>
<p>my browser version mozilla 3.0.5 and jqgrid version 3.3</p>
]]></description>
        	        	<pubDate>Tue, 23 Dec 2008 22:57:22 +0200</pubDate>
        </item>
        <item>
        	<title>tony on width not working properly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/width-not-working-properly#p3666</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/width-not-working-properly#p3666</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Do you have any other options connected with the grid width. Also post the entry configuration of the grid. And by the way which version of jqGrid do you use?</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 23 Dec 2008 03:41:20 +0200</pubDate>
        </item>
        <item>
        	<title>shibaji on width not working properly</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/width-not-working-properly#p3641</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/width-not-working-properly#p3641</guid>
        	        	<description><![CDATA[<p>Dear</p>
</p>
<p>I am create a grid,and my code is given below</p>
<pre id="line1">colNames:[ &#39; STUDENT ID &#39; ,&#39;FIRST NAME&#39;,&#39;MIDDLE NAME&#39;,&#39;LAST NAME&#39;,&#39;CREATION DATE&#39;,&#39;PASSWORD&#39;,&#39;ACCOUNT STATUS&#39;], <br />colModel:[<br />{name:&#39;student_id&#39;,index:&#39;1&#39;,editrules:{required:true,},search:true,width:105,key:true, hidden:false, editable:true,edittype:"text",editoptions: {size:30}},<br />{name:&#39;fname&#39;,index:&#39;2&#39;,editrules:{required:true,},search:true,width:105,key:false, hidden:false, editable:true,edittype:"text",editoptions: {size:30}},<br />{name:&#39;mname&#39;,index:&#39;3&#39;,editrules:{required:false,},search:true,width:105,key:false, hidden:false, editable:true,edittype:"text",editoptions: {size:30}},<br />{name:&#39;sname&#39;,index:&#39;4&#39;,editrules:{required:true,},search:true,width:105,key:false, hidden:false, editable:true,edittype:"text",editoptions: {size:30}},<br />{name:&#39;creation_date&#39;,index:&#39;5&#39;,editrules:{required:false,},search:true,width:105,key:false, hidden:false, editable:false,edittype:"text",editoptions: {size:30}},<br />{name:&#39;password&#39;,index:&#39;6&#39;,editrules:{required:true,},search:true,width:105,key:false, hidden:false, editable:true,edittype:"text",editoptions: {size:30}},<br />{name:&#39;account_stat&#39;,index:&#39;7&#39;,editrules:{required:true,},search:true,width:105,key:false, hidden:false, editable:true,edittype:"select",editoptions: {value:"Active:Active;Inactive:Inactive"}},],<br /> rowNum:6,<br /> rowList:[2,6,12,15],<br /><br /><br />the problem is that ,suppose width value is 105 and my grid column is so large<br />it hide the maximum portion of content but when i click on column head and slide<br />then it shown .<br /></pre>
]]></description>
        	        	<pubDate>Mon, 22 Dec 2008 00:58:02 +0200</pubDate>
        </item>
</channel>
</rss>