or
<div id="phcontent_0_phcontent_0_RadGrid1Panel" style="display: block; ">
<div id="phcontent_0_RadGrid1" class="RadGrid RadGrid_Default" style="width:97%;"
<!-- 2011.2.712.35 -->
<input id="phcontent_0_RadGrid1_ClientState" name="phcontent_0_RadGrid1_ClientState" type="hidden" autocomplete="off">
</div>
</div>if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();
(function() {
function loadHandler() {
var hf = $get('phcontent_0_RadScriptManager1_TSM');
if (!hf) return;
if (!hf._RSM_init) { hf._RSM_init = true; hf.value = ''; }
hf.value += ';';
Sys.Application.remove_load(loadHandler);
};
Sys.Application.add_load(loadHandler);
})();

I have followed this guide 'Hiding expand/collapse images when no records' on the telerik site and got it working great, but when i change
HierarchyDefaultExpanded="False" then the images dont show when I now there are child rows in the 2nd table. If i change it to "True" it loads them expanded with the image showing...Does anyone know how i can have it collapsed when first entering the pages but with the images showing when there are child rows?
Many thanks