<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">[snip]<br>and correct me if I'm wrong, the yui grid doesn't deal with data nor does it use any JS, it just resets browsers to the same defaults and provides some predefined CSS shortcuts for creating layouts that work equally well across browsers.<br>[/snip]<br><br>I assume when you say grid you mean the YUI data table: <br><br><span><a target="_blank" href="http://developer.yahoo.com/yui/datatable/">http://developer.yahoo.com/yui/datatable/</a></span><br><br>If so, what you said isn't right...it clearly uses JS:<br><br><span class="tag">&lt;</span><span>script&nbsp;</span><span class="attribute">type</span><span>=</span><span class="attribute-value">"text/javascript"</span><span>&nbsp;</span><span
 class="attribute">src</span><span>=</span><span class="attribute-value"><span>"<a target="_blank" href="http://yui.yahooapis.com/2.4.0/build/datatable/datatable-beta-min.js">http://yui.yahooapis.com/2.4.0/build/datatable/datatable-beta-min.js</a>"</span></span><span>&gt;</span><span class="tag">&lt;/</span><span>script</span><span class="tag">&gt;</span><span> <br><br>See working example here (note the data table is in beta):<br><br><span><a target="_blank" href="http://developer.yahoo.com/yui/examples/datatable/dt_serverpagination_source.html">http://developer.yahoo.com/yui/examples/datatable/dt_serverpagination_source.html</a></span><br><br>--Tony<br></span><br><br><br></div></div></body></html>