<?xml version="1.0" encoding="utf-8"?>
<rss
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 version="2.0">
<channel>
<title>Customer Effective Blog</title>
<link>http://blog.CustomerEffective.com/blog/</link>
<description>Microsoft Dynamics CRM Blog from Customer Effective, CRM Experts and a Microsoft Inner Circle partner.</description>
<language>en-US</language>
<lastBuildDate>Fri, 17 Feb 2012 08:39:00 -0500</lastBuildDate>
<generator>http://www.typepad.com/</generator>

<item>
<title>Creating Cross-Tab Data Inputs in Microsoft Dynamics CRM 2011</title>
<link>http://blog.CustomerEffective.com/blog/2011/12/creating-cross-tab-data-inputs-2011.html</link>
<guid isPermaLink="true">http://blog.CustomerEffective.com/blog/2011/12/creating-cross-tab-data-inputs-2011.html</guid>
<description>I recently was asked if there was a way to put inputs that are of similar manor on a form in a cross-tab grid format. Similar to this: Col 1 Col 2 Col 3 Row 1 Row 2 Let’s see...</description>


<content:encoded>&lt;p&gt;I recently was asked if there was a way to put inputs that are of similar manor on a form in a cross-tab grid format. Similar to this:&lt;/p&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;&amp;#0160;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;
&lt;p&gt;Col 1&lt;/p&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;
&lt;p&gt;Col 2&lt;/p&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;
&lt;p&gt;Col 3&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;
&lt;p&gt;Row 1&lt;/p&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;&amp;#0160;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;&amp;#0160;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;&amp;#0160;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;
&lt;p&gt;Row 2&lt;/p&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;&amp;#0160;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;&amp;#0160;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;79&quot;&gt;&amp;#0160;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Let’s see how this can be done. Start by creating your attributes. For simplicity sake I created 6 attributes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;row1col1 &lt;/li&gt;
&lt;li&gt;row1col2 &lt;/li&gt;
&lt;li&gt;row1col3 &lt;/li&gt;
&lt;li&gt;row2col1 &lt;/li&gt;
&lt;li&gt;row2col2 &lt;/li&gt;
&lt;li&gt;row2col3 &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;From there I added them to a section of my form. Making sure the new section is formatted for 4 columns. I then add the attributes to the section but leave the first column empty. Also make sure to turn the labels off for each attribute. Here is what the form looks like in the designer.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blog.customereffective.com/.a/6a00e54fb34b6f883301675f1bcfb2970b-pi&quot;&gt;&lt;img alt=&quot;clip_image002&quot; border=&quot;0&quot; height=&quot;484&quot; src=&quot;http://blog.customereffective.com/.a/6a00e54fb34b6f883301675f1bcfc2970b-pi&quot; style=&quot;background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;&quot; title=&quot;clip_image002&quot; width=&quot;605&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blog.customereffective.com/.a/6a00e54fb34b6f88330162fe27a658970d-pi&quot;&gt;&lt;img alt=&quot;clip_image004&quot; border=&quot;0&quot; height=&quot;393&quot; src=&quot;http://blog.customereffective.com/.a/6a00e54fb34b6f8833015438a673f9970c-pi&quot; style=&quot;background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;&quot; title=&quot;clip_image004&quot; width=&quot;644&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;From there you will need to add jquery to your webresouces and add it to the form properties. If you do not have jquery you can download it at &lt;a href=&quot;http://www.jquery.com&quot;&gt;www.jquery.com&lt;/a&gt;. It is a very powerful javascript library that makes working with the DOM much cleaner and more precise. Once you have jquery you will need to create an onload function to be called. Here is what the code would look like:&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin: 0in 0in 0pt; background: #22282a; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;&quot;&gt;&lt;span style=&quot;font-family: Consolas;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;Form_OnLoad = &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #93c763;&quot;&gt;function&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt; () { &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin: 0in 0in 0pt; background: #22282a; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;&quot;&gt;&lt;span style=&quot;font-family: Consolas;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;&lt;span style=&quot;mso-tab-count: 1;&quot;&gt;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160; &lt;/span&gt;$(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;#jm1_row1col1_d&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).prev(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;#39;td&amp;#39;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).html(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;#39;font-weight:bold; float:right;&amp;#39;&amp;gt;Row #1&amp;lt;/span&amp;gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin: 0in 0in 0pt; background: #22282a; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;&quot;&gt;&lt;span style=&quot;font-family: Consolas;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160; $(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;#jm1_row2col1_d&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).prev(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;#39;td&amp;#39;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).html(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;&amp;lt;span style=&amp;#39;font-weight:bold; float:right;&amp;#39;&amp;gt;Row #2&amp;lt;/span&amp;gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin: 0in 0in 0pt; background: #22282a; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;&quot;&gt;&lt;span style=&quot;font-family: Consolas;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;&lt;span style=&quot;mso-tab-count: 1;&quot;&gt;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160; &lt;/span&gt;$(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;#jm1_row1col1_d&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).prepend(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;Column #1&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).css(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;color&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;#333&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).css(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;text-align&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;center&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).css(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;font-weight&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;bold&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin: 0in 0in 0pt; background: #22282a; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;&quot;&gt;&lt;span style=&quot;font-family: Consolas;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;&lt;span style=&quot;mso-tab-count: 1;&quot;&gt;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160; &lt;/span&gt;$(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;#jm1_row1col2_d&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).prepend(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;Column #2&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).css(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;color&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;#333&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).css(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;text-align&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;center&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).css(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;font-weight&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;bold&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin: 0in 0in 0pt; background: #22282a; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;&quot;&gt;&lt;span style=&quot;font-family: Consolas;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;&lt;span style=&quot;mso-tab-count: 1;&quot;&gt;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160; &lt;/span&gt;$(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;#jm1_row1col3_d&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).prepend(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;Column #3&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).css(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;color&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;#333&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).css(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;text-align&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;center&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).css(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;font-weight&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;bold&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin: 0in 0in 0pt; background: #22282a; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;&quot;&gt;&lt;span style=&quot;font-family: Consolas;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;&lt;span style=&quot;mso-tab-count: 1;&quot;&gt;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160; &lt;/span&gt;$(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;#jm1_row1col1_d&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;).parent().css(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;height&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;,&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #ec7600;&quot;&gt;&amp;quot;40px&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;color: #f1f2f3;&quot;&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin: 0in 0in 0pt; background: #22282a; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;&quot;&gt;&lt;span style=&quot;mso-fareast-font-family: &amp;#39;Times New Roman&amp;#39;;&quot;&gt;&lt;span style=&quot;font-family: Consolas;&quot;&gt;&lt;span style=&quot;color: #f1f2f3; font-size: xx-small;&quot;&gt;};&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;What you will notice here is that I use the jquery selector function to select the label and textbox td’s that CRM uses to layout the form. At first I select the empty td cell using the prev() function in jquery to put in some html text. Notice I put a &amp;lt;br&amp;gt; tag before the text for row 1. This is used to move the first row header down a little to accommodate the height difference when we put in a column header. For row 2 I do not add the &amp;lt;br&amp;gt; tag as it will line up fine. After that I get each row 1 textbox and prepend text with some css styles. This text will be the headers for your columns. After I add all the header text I will set the height of the &amp;lt;tr&amp;gt; for row 1 to 40px to allow for the textbox to show properly. Here is what the resulting form looks like after the onload function fires.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blog.customereffective.com/.a/6a00e54fb34b6f883301675f1bcfd2970b-pi&quot;&gt;&lt;img alt=&quot;clip_image006&quot; border=&quot;0&quot; height=&quot;393&quot; src=&quot;http://blog.customereffective.com/.a/6a00e54fb34b6f883301675f1bcfd6970b-pi&quot; style=&quot;background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;&quot; title=&quot;clip_image006&quot; width=&quot;644&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded>



<category>Dynamics CRM 2011</category>

<category>Jquery</category>

<dc:creator>Jeff Macfie</dc:creator>
<pubDate>Wed, 28 Dec 2011 14:05:05 -0500</pubDate>

</item>

</channel>
</rss>

<!-- ph=1 -->

