<?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: tool tip of jqgrid column not showing total text</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/tool-tip-of-jqgrid-column-not-showing-total-text</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/tool-tip-of-jqgrid-column-not-showing-total-text/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on tool tip of jqgrid column not showing total text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tool-tip-of-jqgrid-column-not-showing-total-text#p30520</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tool-tip-of-jqgrid-column-not-showing-total-text#p30520</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>This is not connected with jqGrid.</p>
<p>Check <a href="http://stackoverflow.com/questions/8516235/max-length-of-title-attribute" target="_blank">this discussion</a></p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Sat, 19 Apr 2014 12:21:53 +0300</pubDate>
        </item>
        <item>
        	<title>waqarali on tool tip of jqgrid column not showing total text</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/tool-tip-of-jqgrid-column-not-showing-total-text#p30513</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/tool-tip-of-jqgrid-column-not-showing-total-text#p30513</guid>
        	        	<description><![CDATA[<pre class="prettyprint  prettyprinted">/var ActionsWidth = manageWorkWidth-(ActionNameWidth+CompleteWidth+80);
            $(&#39;#jQGridActionsTable@(Model.RowID)&#39;).jqGrid({
                datatype: &#39;local&#39;,
                data: JSONData,
                colNames: [&#39;Task Actions&#39; ,&#39;Description&#39;, &#39;&#39;],
                colModel: [
                            { name: &#39;ActionName&#39;, index: &#39;ActionName&#39;, width: 418, searchoptions: { sopt: [&#39;cn&#39;, &#39;nc&#39;, &#39;bw&#39;, &#39;ew&#39;, &#39;eq&#39;, &#39;ne&#39;] }, formatter: actionCellFormatter, formatoptions: { cellType: &#39;action&#39; } },
                            //{ name: &#39;Complete&#39;, index: &#39;Complete&#39;, width: CompleteWidth, search: false, sortable: false, title: false, align: &#39;center&#39;, formatter: actionCellFormatter, formatoptions: { cellType: &#39;complete&#39; }  },
                            //{ name: &#39;Actions&#39;, index: &#39;Actions&#39;, width: ActionsWidth, search: false, sortable: false },
                          <strong>  {name:&#39;ActionDescription&#39;, index:&#39;ActionDescription&#39;, width:1000, sorttype:&#39;text&#39;, sortable: true,</strong></pre>
<pre class="prettyprint  prettyprinted"><strong>cellattr: function (rowId, val, rawObject, cm, rdata) {<br /><br />return &#39;title="&#39;+rawObject.ActionDescription +&#39;"&#39;,</strong></pre>
<pre class="prettyprint  prettyprinted"><strong>     
                             searchoptions: { sopt: [&#39;cn&#39;, &#39;nc&#39;, &#39;bw&#39;, &#39;ew&#39;, &#39;eq&#39;, &#39;ne&#39;] }},
                            { name: &#39;ActionId&#39;, index: &#39;ActionId&#39;, hidden: true }
                            
                ],</strong>
                loadonce: true,
                rowNum: 500,
                //rowList: [15, 30, 45],
                //pager: &#39;#jQGridActionsTablePager@(Model.RowID)&#39;,
                viewrecords: true,
                rowNum: 10000,
                autowidth: false,
                height: &#39;100%&#39;,
                minheight: &#39;50px&#39;,
                shrinkToFit: true,
                altRows: true,
                
                gridview: true,
                subGrid: true,
                altclass: &#39;JQGrid_AlternateRow&#39;,
                subGridOptions: { openicon: &#39;noBgImg&#39; },
                subGridRowExpanded: ActionSubGridRowExpanded, 
                
                beforeSelectRow: function (rowid, e) { OnBeforeSelectRow(&#39;jQGridActionsTable@(Model.RowID)&#39;, rowid, e); },
                loadComplete: function () { jQuery("#jQGridActionsTable@(Model.RowID)").hideCol(&#39;subgrid&#39;); },
                ignoreCase: true
            });</pre>
<pre class="prettyprint  prettyprinted"></pre>
<pre class="prettyprint  prettyprinted"><p>I want to increase the width as my column text.&#160;</p>
<p>My column value in database is 1000 characters but tooltip is showing only 300 characters , rest truncated&#160;</p></pre>
<pre class="prettyprint  prettyprinted"></pre>
<pre class="prettyprint  prettyprinted"></pre>
]]></description>
        	        	<pubDate>Sat, 19 Apr 2014 01:20:36 +0300</pubDate>
        </item>
</channel>
</rss>