Hi,
I would like to have 5 datagrids on the same page in such a way that they are all placed exactly in the same position on the page. Clicking a tab button would display the first datagrid, a second tab button the second datagrid, etc. (ie., show only one datagrid at a time)
How can you hide an entire datagrid, and dynamically display a different one in the same position?
I did a registerstartupscript to set focus to the new datagrid, and for some reason all I get is the column headings of the new datagrid, but the items of the previous datagrid still appear.
page.registerstartupscript("SetFocus","<script language=""Jscript"" >document.getElementById(""DataGrid2"").focus(); </Script>")
What do I need to get this to work? Or is this even possible?
Thanks.
I would like to have 5 datagrids on the same page in such a way that they are all placed exactly in the same position on the page. Clicking a tab button would display the first datagrid, a second tab button the second datagrid, etc. (ie., show only one datagrid at a time)
How can you hide an entire datagrid, and dynamically display a different one in the same position?
I did a registerstartupscript to set focus to the new datagrid, and for some reason all I get is the column headings of the new datagrid, but the items of the previous datagrid still appear.
page.registerstartupscript("SetFocus","<script language=""Jscript"" >document.getElementById(""DataGrid2"").focus(); </Script>")
What do I need to get this to work? Or is this even possible?
Thanks.