On page load the radgrid is displaying but after postback it is gone. The grid on page load looks like:
<div id="RadGrid1" class="RadGrid RadGrid_Default">
<!-- 2010.2.929.20 --><table cellspacing="0" class="rgMasterTable" border="0" id="RadGrid1_ctl00" style="width:100%;table-layout:auto;empty-cells:show;">
<colgroup>
After postback it looks like:
<div id="RadGrid1" class="RadGrid RadGrid_Default">
<!-- 2010.2.929.20 --><input id="RadGrid1_ClientState" name="RadGrid1_ClientState" type="hidden" />
</div>
Any thoughts.
Thanks
John
<div id="RadGrid1" class="RadGrid RadGrid_Default">
<!-- 2010.2.929.20 --><table cellspacing="0" class="rgMasterTable" border="0" id="RadGrid1_ctl00" style="width:100%;table-layout:auto;empty-cells:show;">
<colgroup>
After postback it looks like:
<div id="RadGrid1" class="RadGrid RadGrid_Default">
<!-- 2010.2.929.20 --><input id="RadGrid1_ClientState" name="RadGrid1_ClientState" type="hidden" />
</div>
Any thoughts.
Thanks
John