Er einhver expert í datagrid hérna, málið er að ég vil setja style fyrir hvert <td> element í töflunni og þá reyndar líka <alternatingitemstyle>, því þetta er náttúrulega snilldar pæling. en allavega þá fer cssclass á <tr> en ekki <td> eins og ég vil (semsagt alla <td> í listanum.

veit einhver um eitthvað ráð eða stillingaratriði eða eitthvað.

Svona er griddið eins og ég er að nota það:


<asp:datagrid id="TipsGrid" runat="server" allowsorting="True"
gridlines="None" cellpadding="0" allowpaging="True"
autogeneratecolumns=&quot;False&quot;&gt;<br>
&lt;alternatingitemstyle cssclass=&quot;tdModuleAlternativeNormalListItem&quot;&gt;&lt;/alternatingitemstyle&gt;<br>
&lt;itemstyle cssclass=&quot;tdModuleNormalListItem&quot;&gt;&lt;/itemstyle&gt;<br>
&lt;headerstyle cssclass=&quot;tdModuleNormalListHeader&quot;&gt;&lt;/headerstyle&gt;<br>
&lt;columns&gt;<br>
&lt;asp:boundcolumn datafield=&quot;ItemId&quot; headertext=&quot;ID&quot;&gt;&lt;/asp:boundcolumn&gt;<br>
&lt;asp:boundcolumn datafield=&quot;CreateDateTime&quot; headertext=&quot;Created&quot;&gt;&lt;/asp:boundcolumn&gt;<br>
&lt;asp:boundcolumn datafield=&quot;Sender&quot; headertext=&quot;Sender&quot;&gt;&lt;/asp:boundcolumn&gt;<br>
&lt;asp:boundcolumn datafield=&quot;Description&quot; headertext=&quot;Description&quot;&gt;&lt;/asp:boundcolumn&gt;<br>
&lt;asp:buttoncolumn text=&quot;Delete&quot; commandname=&quot;Delete&quot;&gt;&lt;/asp:buttoncolumn&gt;<br>
&lt;/columns&gt;<br>
&lt;pagerstyle mode=&quot;NumericPages&quot;&gt;&lt;/pagerstyle&gt;<br>
&lt;/asp:datagrid&gt;<br>
<br><br><font color=“#333333”>/************************/
/* The code must be pure!!! */
/************************/ </font>
<hr style=“color: #666666; height: 1px; width:180px; border-style: dashed” align=“left”><b><font color=“#666666”>Haukur Már Böðvarsson</font></b>
<a href=“mailto:haukur@eskill.is”><font color=“#178AE8”>haukur@eskill.is</font></a>
<a href="http://www.bodvarsson.com“ target=”_blank“><font color=”#178AE8">www.bodvarsson.com </font></a
Haukur Már Böðvarsson