This is a migrated thread and some comments may be shown as answers.

htmlfile: Unknown runtime error

3 Answers 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Suresh K
Top achievements
Rank 1
Suresh K asked on 30 Nov 2010, 01:47 PM
Hi .
    when i try to  bind data to grid it showing the error like this htmlfile: Unknown runtime error.It also showing error when i click the next page(paging) in grid.

Can  any one tell me what is the problem  here.And how to over come it.

Thank You.
Suresh K.

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 01 Dec 2010, 02:02 PM
Hello Suresh,

I suppose these links might be useful for you:
Obscure AJAX error htmlfile: Unknown runtime error
ASP.NET UpdatePanel Error htmlfile: Unknown runtime error

If the problem still persists please submit a small runnable example and I will debug it locally.

Regards,
Daniell
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Suresh K
Top achievements
Rank 1
answered on 02 Dec 2010, 08:23 AM
Hi.
Thanks for your reply.
my problem has not fixed.
This is my aspx page code .Can you please check and suggest me.
<body>
    <form runat="server" id="frm1">
    <div id="mainContainer" style="text-align: left">
         
        <telerik:RadScriptManager ID="RadScriptManager1" AsyncPostBackTimeout="36000" runat="server">
        </telerik:RadScriptManager>
        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="cmbAccount">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="btnSearch1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="btnSearch5">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="btnClear1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel2" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="grd1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="grd1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <%--<telerik:AjaxSetting AjaxControlID="grd5">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>--%>
                <telerik:AjaxSetting AjaxControlID="btnSearch2">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="btnClear2">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel2" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="btnSearch3">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="btnClear3">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel2" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="btnSearch4">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="btnClear4">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel2" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>
        <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="250px"
            Width="832px">
            <img alt="Searching..." src="images/loadreport.gif" style="width: 832px" />
        </telerik:RadAjaxLoadingPanel>
        <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel2" runat="server" Height="250px"
            Width="824px">
            <img alt="Clearing..." src="images/loadclear.gif" style="width: 832px" />
        </telerik:RadAjaxLoadingPanel>
        <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel3" runat="server" Height="75px"
            IsSticky="false" Width="75px" BackgroundPosition="center">
            <img alt="Loading..." src="images/loading.gif" style="border: 0px;" />
        </telerik:RadAjaxLoadingPanel>
         <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="100%" Width="1024px">
            <br />
            <table border="0" width="1198px">
                <tr>
                    <td>
                          
                    </td>
                    <td>
                          
                    </td>
                    <td>
                          
                    </td>
                    <td>
                          
                    </td>
                    <td>
                          
                    </td>
                    <td>
                          
                    </td>
                    <td>
                          
                    </td>
                    <td>
                          
                    </td>
                    <td align="right">
                        <a href="changepassword.aspx">Change Password</a>   <a href="Logout.aspx">
                            Logout</a>
                    </td>
                </tr>
            </table>
            <br />
            <br />
            <br />
            <table border="0" width="1198px">
                <tr>
                    <td>
                          
                    </td>
                    <td align="center">
                        Select Account
                        <telerik:RadComboBox ID="cmbAccount" runat="server" DropDownWidth="200px" Height="200px"
                            Skin="Web20" AutoPostBack="true">
                        </telerik:RadComboBox>
                    </td>
                    <td>
                          
                    </td>
                </tr>
                <tr>
                    <td>
                          
                    </td>
                    <td align="left" colspan="8">
                        <br />
                        <telerik:RadTabStrip Align="Center" ID="tabTruscript" runat="server" MultiPageID="pgTruscript"
                            SelectedIndex="0" Skin="Web20" Width="1198px" Orientation="HorizontalBottom">
                            <Tabs>
                                <telerik:RadTab runat="server" PageViewID="pg1" Text="iPhone Dictation Status">
                                </telerik:RadTab>
                                <telerik:RadTab runat="server" PageViewID="pg2" Text="iPhone Transaction Report">
                                </telerik:RadTab>
                                <telerik:RadTab runat="server" PageViewID="pg3" Text="iPhone Schedule Availability Report">
                                </telerik:RadTab>
                                <telerik:RadTab runat="server" PageViewID="pg4" Text="iPhone Transfer Status">
                                </telerik:RadTab>
                                <telerik:RadTab runat="server" PageViewID="pg5" Text="iPhone Logs Report">
                                </telerik:RadTab>
                            </Tabs>
                        </telerik:RadTabStrip>
                        <br />
                        <telerik:RadMultiPage ID="pgTruscript" runat="server" SelectedIndex="0">
                            <telerik:RadPageView ID="pg1" runat="server">
                                <table border="0" width="1198px">
                                    <tr>
                                        <td>
                                              
                                        </td>
                                        <td align="center">
                                            <asp:Panel ID="Panel1" runat="server" BorderColor="#C0C0FF" BorderStyle="Solid" BorderWidth="1px"
                                                Width="590px">
                                                <div style="text-align: center">
                                                    <table border="0" style="width: 592px; height: 100%">
                                                        <tbody>
                                                            <tr>
                                                                <td style="width: 100px; height: 5px">
                                                                </td>
                                                                <td style="width: 100px; height: 5px; text-align: left;">
                                                                    From
                                                                </td>
                                                                <td style="width: 101px; height: 5px">
                                                                </td>
                                                                <td style="width: 101px; height: 5px; text-align: left;">
                                                                    To
                                                                </td>
                                                                <td style="width: 101px; height: 5px">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px; height: 4px">
                                                                </td>
                                                                <td style="width: 100px; height: 4px">
                                                                    <telerik:RadDatePicker ID="dtDictationFrom" runat="server" Skin="Web20" Width="165px">
                                                                        <DateInput ID="DateInput1" runat="server" DateFormat="MM/dd/yyyy" EmptyMessage="Select From Date">
                                                                        </DateInput>
                                                                        <Calendar ID="Calendar1" runat="server" Skin="Web20" UseColumnHeadersAsSelectors="False"
                                                                            UseRowHeadersAsSelectors="False" ViewSelectorText="x">
                                                                        </Calendar>
                                                                        <DatePopupButton HoverImageUrl="" ImageUrl="" />
                                                                    </telerik:RadDatePicker>
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                    <telerik:RadDatePicker ID="dtDictationTo" runat="server" Skin="Web20" Width="165px">
                                                                        <DateInput ID="DateInput2" runat="server" DateFormat="MM/dd/yyyy" EmptyMessage="Select To Date">
                                                                        </DateInput>
                                                                        <Calendar ID="Calendar2" runat="server" Skin="Web20" UseColumnHeadersAsSelectors="False"
                                                                            UseRowHeadersAsSelectors="False" ViewSelectorText="x">
                                                                        </Calendar>
                                                                        <DatePopupButton HoverImageUrl="" ImageUrl="" />
                                                                    </telerik:RadDatePicker>
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px;">
                                                                </td>
                                                                <td style="width: 100px; text-align: left;">
                                                                    Schedule Owner
                                                                </td>
                                                                <td style="width: 101px;">
                                                                </td>
                                                                <td style="width: 101px; text-align: left;">
                                                                    Dictated By
                                                                </td>
                                                                <td style="width: 101px;">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px; height: 3px">
                                                                </td>
                                                                <td style="width: 100px; height: 3px">
                                                                    <telerik:RadComboBox ID="cmbDictationSch" runat="server" DropDownWidth="200px" Height="200px"
                                                                        Skin="Web20">
                                                                    </telerik:RadComboBox>
                                                                </td>
                                                                <td style="width: 101px; height: 3px">
                                                                </td>
                                                                <td style="width: 101px; height: 3px">
                                                                    <telerik:RadComboBox ID="cmbDictationDic" runat="server" DropDownWidth="200px" Height="200px"
                                                                        Skin="Web20">
                                                                    </telerik:RadComboBox>
                                                                </td>
                                                                <td style="width: 101px; height: 3px">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="1">
                                                                </td>
                                                                <td colspan="2" style="text-align: left;">
                                                                    Location
                                                                </td>
                                                                <td colspan="2" style="text-align: left;">
                                                                    Search By Date of
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px; height: 5px">
                                                                </td>
                                                                <td style="width: 100px; height: 5px">
                                                                    <telerik:RadComboBox ID="cmbDictationLoc" runat="server" Skin="Web20">
                                                                    </telerik:RadComboBox>
                                                                </td>
                                                                <td style="width: 101px; height: 5px">
                                                                </td>
                                                                <td style="width: 101px; height: 5px">
                                                                    <telerik:RadComboBox ID="cmbDictationSearchBy" runat="server" Skin="Web20">
                                                                        <Items>
                                                                            <telerik:RadComboBoxItem runat="server" Text="Service" Value="Service" />
                                                                            <%--<telerik:RadComboBoxItem runat="server" Text="Upload" Value="Upload" />--%>
                                                                        </Items>
                                                                    </telerik:RadComboBox>
                                                                </td>
                                                                <td style="width: 101px; height: 5px">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px;">
                                                                </td>
                                                                <td colspan="2" style="text-align: left;">
                                                                    Patient Last Name
                                                                </td>
                                                                <td colspan="2" style="text-align: left;">
                                                                    Patient First Name
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px; height: 20px">
                                                                </td>
                                                                <td style="width: 100px; height: 20px">
                                                                    <telerik:RadTextBox ID="txtDictationLastName" runat="server" Skin="Web20" Width="155px">
                                                                    </telerik:RadTextBox>
                                                                </td>
                                                                <td style="width: 101px; height: 20px">
                                                                </td>
                                                                <td style="width: 101px; height: 20px">
                                                                    <telerik:RadTextBox ID="txtDictationFirstName" runat="server" Skin="Web20" Width="155px">
                                                                    </telerik:RadTextBox>
                                                                </td>
                                                                <td style="width: 101px; height: 20px">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px;">
                                                                </td>
                                                                <td style="width: 100px; text-align: left;">
                                                                    Medical Record #
                                                                </td>
                                                                <td style="width: 101px;">
                                                                </td>
                                                                <td style="width: 101px; text-align: left;">
                                                                    Date of Birth
                                                                </td>
                                                                <td style="width: 101px;">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px; height: 20px">
                                                                </td>
                                                                <td style="width: 100px; height: 20px">
                                                                    <telerik:RadTextBox ID="txtDictationMRNo" runat="server" Skin="Web20" Width="155px">
                                                                    </telerik:RadTextBox>
                                                                </td>
                                                                <td style="width: 101px; height: 20px">
                                                                </td>
                                                                <td style="width: 101px; height: 20px">
                                                                    <telerik:RadTextBox ID="txtDictationDOB" runat="server" Skin="Web20" Width="155px">
                                                                    </telerik:RadTextBox>
                                                                </td>
                                                                <td style="width: 101px; height: 20px">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="1" style="text-align: center">
                                                                </td>
                                                                <td colspan="3" style="text-align: center">
                                                                      
                                                                </td>
                                                                <td colspan="1" style="text-align: center">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="1" style="height: 20px; text-align: center">
                                                                </td>
                                                                <td colspan="3" style="height: 20px; text-align: center">
                                                                    <asp:Button ID="btnSearch1" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Search"
                                                                        Width="100px" />
                                                                     <asp:Button ID="btnClear1" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Clear"
                                                                        Width="100px" />
                                                                     <asp:Button ID="btnback" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Back"
                                                                        Width="100px" PostBackUrl="~/Menu.aspx" />
                                                                </td>
                                                                <td colspan="1" style="height: 20px; text-align: center">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="5" style="height: 20px; text-align: center">
                                                                      
                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                </div>
                                            </asp:Panel>
                                        </td>
                                        <td>
                                              
                                        </td>
                                    </tr>
                                </table>
                                <br />
                                <table style="width: 100%">
                                    <tr>
                                        <td style="width: 100px; text-align: center">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; text-align: left">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; text-align: left">
                                              
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100%; text-align: left;">
                                            <telerik:RadGrid ID="grd1" runat="server" GridLines="None" PageSize="20" ShowGroupPanel="True"
                                                Width="1198px" Height="100%" Skin="Web20" AllowMultiRowSelection="false" AllowPaging="True"
                                                AutoGenerateColumns="False" GroupingEnabled="False">
                                                <MasterTableView>
                                                    <Columns>
                                                        <telerik:GridBoundColumn DataField="ID" HeaderText="ID" UniqueName="ID" Visible="False">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="ScheduleOwner" HeaderText="Schedule Owner" UniqueName="ScheduleOwner">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="Location" HeaderText="Location" UniqueName="Location">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="LastName" HeaderText="Last Name" UniqueName="LastName">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="FirstName" HeaderText="First Name" UniqueName="FirstName">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="MRNO" HeaderText="MR No." UniqueName="MRNO">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="DOS" HeaderText="Date of Service" UniqueName="DOS">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="Time" HeaderText="Appt.Time" UniqueName="Time">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridTemplateColumn HeaderText="Iphone Status" UniqueName="TemplateColumn2">
                                                            <ItemTemplate>
                                                                <asp:LinkButton ID="lnkDictationStatus" OnClick="lnkDictationStatus_Click" runat="server"
                                                                    Text=""></asp:LinkButton>
                                                            </ItemTemplate>
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridTemplateColumn>
                                                        <telerik:GridBoundColumn DataField="DocStatus" HeaderText="Doc Status" UniqueName="DocStatus">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                    </Columns>
                                                </MasterTableView>
                                                <ExportSettings ExportOnlyData="True" IgnorePaging="True">
                                                </ExportSettings>
                                            </telerik:RadGrid>
                                            <telerik:RadWindowManager ShowContentDuringLoad="False" Skin="Web20" ID="RadWindowManager1"
                                                runat="server" Behavior="Resize, Close, Move" Modal="True" VisibleStatusbar="False"
                                                Width="850px" Height="500px">
                                            </telerik:RadWindowManager>
                                        </td>
                                    </tr>
                                </table>
                            </telerik:RadPageView>
                            <telerik:RadPageView ID="pg2" runat="server">
                                <table border="0" width="1198px">
                                    <tr>
                                        <td>
                                              
                                        </td>
                                        <td align="center">
                                            <asp:Panel ID="Panel2" runat="server" BorderColor="#C0C0FF" BorderStyle="Solid" BorderWidth="1px"
                                                Width="590px">
                                                <div style="text-align: center">
                                                    <table border="0" style="width: 592px; height: 100%">
                                                        <tbody>
                                                            <tr>
                                                                <td style="width: 100px; height: 5px">
                                                                </td>
                                                                <td style="width: 100px; height: 5px; text-align: left;">
                                                                    Device Owner
                                                                </td>
                                                                <td style="width: 101px; height: 5px">
                                                                </td>
                                                                <td style="width: 101px; height: 5px; text-align: left;">
                                                                    Date of Trans.
                                                                </td>
                                                                <td style="width: 101px; height: 5px">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px; height: 4px">
                                                                </td>
                                                                <td style="width: 100px; height: 4px">
                                                                    <telerik:RadComboBox ID="cmbTransactionOwner" runat="server" Width="280px" Skin="Web20">
                                                                    </telerik:RadComboBox>
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                    <telerik:RadDatePicker ID="dtTransactionUpload" runat="server" Skin="Web20" Width="165px">
                                                                        <DateInput ID="DateInput4" runat="server" DateFormat="MM/dd/yyyy" EmptyMessage="Select Transaction Date">
                                                                        </DateInput>
                                                                        <Calendar ID="Calendar4" runat="server" Skin="Web20" UseColumnHeadersAsSelectors="False"
                                                                            UseRowHeadersAsSelectors="False" ViewSelectorText="x">
                                                                        </Calendar>
                                                                        <DatePopupButton HoverImageUrl="" ImageUrl="" />
                                                                    </telerik:RadDatePicker>
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="1" style="text-align: center">
                                                                </td>
                                                                <td colspan="3" style="text-align: center">
                                                                      
                                                                </td>
                                                                <td colspan="1" style="text-align: center">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="1" style="height: 20px; text-align: center">
                                                                </td>
                                                                <td colspan="3" style="height: 20px; text-align: center">
                                                                    <asp:Button ID="btnSearch2" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Search"
                                                                        Width="100px" /> <asp:Button ID="btnClear2" runat="server" BackColor="#80070A"
                                                                            BorderStyle="Ridge" Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand"
                                                                            Text="Clear" Width="100px" /> <asp:Button ID="Button1" runat="server" BackColor="#80070A"
                                                                                BorderStyle="Ridge" Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand"
                                                                                Text="Back" Width="100px" PostBackUrl="~/Menu.aspx" />
                                                                </td>
                                                                <td colspan="1" style="height: 20px; text-align: center">
                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                </div>
                                            </asp:Panel>
                                        </td>
                                        <td>
                                              
                                        </td>
                                    </tr>
                                </table>
                                <br />
                                <table style="width: 100%">
                                    <tr>
                                        <td style="width: 100px; text-align: center">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; text-align: left">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; text-align: left">
                                              
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100%; text-align: left;">
                                            <telerik:RadGrid ID="grd2" runat="server" GridLines="None" PageSize="20" ShowGroupPanel="false"
                                                Width="1198px" Height="100%" Skin="Web20" AllowMultiRowSelection="false" AllowPaging="True"
                                                AutoGenerateColumns="False" GroupingEnabled="false">
                                                <MasterTableView DataKeyNames="iphone_dictID">
                                                    <Columns>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_owner" HeaderText="Device"
                                                            UniqueName="iphone_owner">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_sch" HeaderText="Schedule Owner"
                                                            UniqueName="iphone_sch">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_dic" HeaderText="Dictated By"
                                                            UniqueName="iphone_dic">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_lastname" HeaderText="Last Name"
                                                            UniqueName="iphone_lastname">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_firstname" HeaderText="First Name"
                                                            UniqueName="iphone_firstname">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_transid" HeaderText="TRANS ID"
                                                            Display="false" UniqueName="iphone_transid">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_mrno" HeaderText="MR No."
                                                            UniqueName="iphone_mrno">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_autolocation" HeaderText="Location"
                                                            UniqueName="iphone_autolocation">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="true" DataField="iphone_dictID" HeaderText="DICT ID"
                                                            UniqueName="iphone_dictID">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_len" HeaderText="Length"
                                                            UniqueName="iphone_len">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                    </Columns>
                                                    <NestedViewTemplate>
                                                        <telerik:RadGrid ID="grdChild" runat="server" GridLines="None" PageSize="20" ShowGroupPanel="True"
                                                            Width="100%" Skin="Web20" AllowMultiRowSelection="false" AllowPaging="True" AutoGenerateColumns="False"
                                                            GroupingEnabled="False">
                                                            <MasterTableView>
                                                                <Columns>
                                                                    <telerik:GridBoundColumn DataField="type" HeaderText="Type" UniqueName="type">
                                                                        <HeaderStyle HorizontalAlign="Center" />
                                                                        <ItemStyle HorizontalAlign="Center" />
                                                                    </telerik:GridBoundColumn>
                                                                    <telerik:GridBoundColumn DataField="result" HeaderText="Result" UniqueName="result">
                                                                        <HeaderStyle HorizontalAlign="Center" />
                                                                        <ItemStyle HorizontalAlign="Center" />
                                                                    </telerik:GridBoundColumn>
                                                                    <telerik:GridBoundColumn DataField="reqdt" HeaderText="Date" UniqueName="reqdt">
                                                                        <HeaderStyle HorizontalAlign="Center" />
                                                                        <ItemStyle HorizontalAlign="Center" />
                                                                    </telerik:GridBoundColumn>
                                                                    <telerik:GridBoundColumn DataField="comdt" HeaderText="Time" UniqueName="comdt">
                                                                        <HeaderStyle HorizontalAlign="Center" />
                                                                        <ItemStyle HorizontalAlign="Center" />
                                                                    </telerik:GridBoundColumn>
                                                                </Columns>
                                                            </MasterTableView>
                                                        </telerik:RadGrid>
                                                    </NestedViewTemplate>
                                                </MasterTableView>
                                                <ClientSettings ReorderColumnsOnClient="True" AllowDragToGroup="True" AllowColumnsReorder="True">
                                                </ClientSettings>
                                            </telerik:RadGrid>
                                        </td>
                                    </tr>
                                </table>
                            </telerik:RadPageView>
                            <telerik:RadPageView ID="pg3" runat="server">
                                <table border="0" width="1198px">
                                    <tr>
                                        <td>
                                              
                                        </td>
                                        <td align="center">
                                            <asp:Panel ID="Panel3" runat="server" BorderColor="#C0C0FF" BorderStyle="Solid" BorderWidth="1px"
                                                Width="790px">
                                                <div style="text-align: center">
                                                    <table border="0" style="width: 700px; height: 100%; margin-left: 40px;">
                                                        <tbody>
                                                            <tr>
                                                                <td style="width: 100px; height: 5px; text-align: left;">
                                                                    Schedule Owner
                                                                </td>
                                                                <td style="width: 100px; height: 5px">
                                                                </td>
                                                                <td style="width: 101px; height: 5px; text-align: left;">
                                                                    From
                                                                </td>
                                                                <td style="width: 101px; height: 5px">
                                                                </td>
                                                                <td style="width: 101px; height: 5px; text-align: left;">
                                                                    To
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px; height: 4px">
                                                                    <telerik:RadComboBox ID="cmbScheduleSch" runat="server" Width="280px" Height="200px"
                                                                        Skin="Web20">
                                                                    </telerik:RadComboBox>
                                                                </td>
                                                                <td style="width: 100px; height: 4px">
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                    <telerik:RadDatePicker ID="dtScheduleFrom" runat="server" Skin="Web20" Width="165px">
                                                                        <DateInput ID="DateInput3" runat="server" DateFormat="MM/dd/yyyy" EmptyMessage="Select From Date">
                                                                        </DateInput>
                                                                        <Calendar ID="Calendar3" runat="server" Skin="Web20" UseColumnHeadersAsSelectors="False"
                                                                            UseRowHeadersAsSelectors="False" ViewSelectorText="x">
                                                                        </Calendar>
                                                                        <DatePopupButton HoverImageUrl="" ImageUrl="" />
                                                                    </telerik:RadDatePicker>
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                    <telerik:RadDatePicker ID="dtScheduleTo" runat="server" Skin="Web20" Width="165px">
                                                                        <DateInput ID="DateInput5" runat="server" DateFormat="MM/dd/yyyy" EmptyMessage="Select To Date">
                                                                        </DateInput>
                                                                        <Calendar ID="Calendar5" runat="server" Skin="Web20" UseColumnHeadersAsSelectors="False"
                                                                            UseRowHeadersAsSelectors="False" ViewSelectorText="x">
                                                                        </Calendar>
                                                                        <DatePopupButton HoverImageUrl="" ImageUrl="" />
                                                                    </telerik:RadDatePicker>
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="1" style="text-align: center">
                                                                </td>
                                                                <td colspan="3" style="text-align: center">
                                                                      
                                                                </td>
                                                                <td colspan="1" style="text-align: center">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="5" style="height: 20px; text-align: center">
                                                                    <asp:Button ID="btnSearch3" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Search"
                                                                        Width="100px" />
                                                                     <asp:Button ID="btnClear3" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Clear"
                                                                        Width="100px" />
                                                                     <asp:Button ID="Button2" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Back"
                                                                        Width="100px" PostBackUrl="~/Menu.aspx" />
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="5" style="height: 20px; text-align: center">
                                                                      
                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                </div>
                                            </asp:Panel>
                                        </td>
                                        <td>
                                              
                                        </td>
                                    </tr>
                                </table>
                                <br />
                                <table style="width: 100%">
                                    <tr>
                                        <td style="width: 100px; text-align: center">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; text-align: left">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; text-align: left">
                                              
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100%; text-align: left;">
                                            <telerik:RadGrid ID="grd3" runat="server" GridLines="None" PageSize="20" ShowGroupPanel="True"
                                                Width="1198px" Height="100%" Skin="Web20" AllowMultiRowSelection="false" AllowPaging="True"
                                                AutoGenerateColumns="False" GroupingEnabled="False">
                                                <MasterTableView>
                                                    <Columns>
                                                        <telerik:GridBoundColumn DataField="dt" HeaderText="Date" UniqueName="dt">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="schedule" HeaderText="Scheduled" UniqueName="schedule">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="dictated" HeaderText="Dictated" UniqueName="dictated">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="notdictated" HeaderText="Not Dictated" UniqueName="notdictated">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                    </Columns>
                                                </MasterTableView>
                                            </telerik:RadGrid>
                                            <telerik:RadWindowManager ShowContentDuringLoad="False" Skin="Web20" ID="RadWindowManager3"
                                                runat="server" Behavior="Resize, Close, Move" Modal="True" VisibleStatusbar="False"
                                                Width="850px" Height="500px">
                                            </telerik:RadWindowManager>
                                        </td>
                                    </tr>
                                </table>
                            </telerik:RadPageView>
                            <telerik:RadPageView ID="pg4" runat="server">
                                <table border="0" width="1198px">
                                    <tr>
                                        <td>
                                              
                                        </td>
                                        <td align="center">
                                            <asp:Panel ID="Panel4" runat="server" BorderColor="#C0C0FF" BorderStyle="Solid" BorderWidth="1px"
                                                Width="790px">
                                                <div style="text-align: center">
                                                    <table border="0" style="width: 700px; height: 100%; margin-left: 40px;">
                                                        <tbody>
                                                            <tr>
                                                                <td style="width: 100px; height: 5px; text-align: left;">
                                                                    Device Owner
                                                                </td>
                                                                <td style="width: 100px; height: 5px">
                                                                </td>
                                                                <td style="width: 101px; height: 5px; text-align: left;">
                                                                    Date of Upload
                                                                </td>
                                                                <td style="width: 101px; height: 5px">
                                                                </td>
                                                                <td style="width: 101px; height: 5px; text-align: left;">
                                                                    Type
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px; height: 4px">
                                                                    <telerik:RadComboBox ID="cmbTransferOwner" runat="server" Skin="Web20" Width="280px">
                                                                    </telerik:RadComboBox>
                                                                </td>
                                                                <td style="width: 100px; height: 4px">
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                    <telerik:RadDatePicker ID="dtTransferUpload" runat="server" Skin="Web20" Width="165px">
                                                                        <DateInput ID="DateInput10" runat="server" DateFormat="MM/dd/yyyy" EmptyMessage="Select To Date">
                                                                        </DateInput>
                                                                        <Calendar ID="Calendar10" runat="server" Skin="Web20" UseColumnHeadersAsSelectors="False"
                                                                            UseRowHeadersAsSelectors="False" ViewSelectorText="x">
                                                                        </Calendar>
                                                                        <DatePopupButton HoverImageUrl="" ImageUrl="" />
                                                                    </telerik:RadDatePicker>
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                    <telerik:RadComboBox ID="cmbTransferType" runat="server">
                                                                        <Items>
                                                                            <telerik:RadComboBoxItem runat="server" Text="Both" />
                                                                            <telerik:RadComboBoxItem runat="server" Text="Transfered" />
                                                                            <telerik:RadComboBoxItem runat="server" Text="Not Transfered" />
                                                                        </Items>
                                                                    </telerik:RadComboBox>
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="1" style="text-align: center">
                                                                </td>
                                                                <td colspan="3" style="text-align: center">
                                                                      
                                                                </td>
                                                                <td colspan="1" style="text-align: center">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="5" style="height: 20px; text-align: center">
                                                                    <asp:Button ID="btnSearch4" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Search"
                                                                        Width="100px" />
                                                                     <asp:Button ID="btnClear4" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Clear"
                                                                        Width="100px" />
                                                                     <asp:Button ID="Button3" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Back"
                                                                        Width="100px" PostBackUrl="~/Menu.aspx" />
                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                </div>
                                            </asp:Panel>
                                        </td>
                                        <td>
                                              
                                        </td>
                                    </tr>
                                </table>
                                <br />
                                <table style="width: 100%">
                                    <tr>
                                        <td style="width: 100px; text-align: center">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; text-align: left">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; text-align: left">
                                              
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100%; text-align: left;">
                                            <telerik:RadGrid ID="grd4" runat="server" GridLines="None" PageSize="20" Width="1198px"
                                                Height="100%" Skin="Web20" AllowMultiRowSelection="false" AllowPaging="True"
                                                AutoGenerateColumns="False" GroupingEnabled="true" ShowGroupPanel="true">
                                                <MasterTableView DataKeyNames="id">
                                                    <GroupByExpressions>
                                                        <telerik:GridGroupByExpression>
                                                            <SelectFields>
                                                                <telerik:GridGroupByField FieldAlias="DictationID" FieldName="iphone_dictID"></telerik:GridGroupByField>
                                                            </SelectFields>
                                                            <GroupByFields>
                                                                <telerik:GridGroupByField FieldName="iphone_dictID" SortOrder="Descending"></telerik:GridGroupByField>
                                                            </GroupByFields>
                                                        </telerik:GridGroupByExpression>
                                                    </GroupByExpressions>
                                                    <Columns>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_owner" HeaderText="Device"
                                                            UniqueName="iphone_owner">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_sch" HeaderText="Schedule Owner"
                                                            UniqueName="iphone_sch">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_dic" HeaderText="Dictated By"
                                                            UniqueName="iphone_dic">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_lastname" HeaderText="Last Name"
                                                            UniqueName="iphone_lastname">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_firstname" HeaderText="First Name"
                                                            UniqueName="iphone_firstname">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_mrno" HeaderText="MR No."
                                                            UniqueName="iphone_mrno">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_autolocation" HeaderText="Location"
                                                            UniqueName="iphone_autolocation">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="id" HeaderText="ID" UniqueName="id"
                                                            Visible="False">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="true" DataField="iphone_filename" HeaderText="Filename"
                                                            UniqueName="iphone_filename">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Left" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_type" HeaderText="Type"
                                                            UniqueName="iphone_type">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_len" HeaderText="Length"
                                                            UniqueName="iphone_len">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_filesize" HeaderText="Size"
                                                            UniqueName="iphone_filesize">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="true" DataField="iphone_dictID" Display="true"
                                                            HeaderText="DICT ID" UniqueName="iphone_dictID" GroupByExpression="Group by iphone_dictID">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_dos" HeaderText="Date of Service"
                                                            UniqueName="iphone_dos">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_dictON" HeaderText="Date of Dictation"
                                                            UniqueName="iphone_dictON">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn Groupable="false" DataField="iphone_dou" HeaderText="Date of Upload"
                                                            UniqueName="iphone_dou">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridTemplateColumn Groupable="true" DataField="iphone_dictID" UniqueName="iphone_dictID"
                                                            HeaderText="Status">
                                                            <ItemTemplate>
                                                                <asp:ImageButton ImageAlign="AbsMiddle" OnClick="imgStatus_Click" ID="imgStatus"
                                                                    runat="server"></asp:ImageButton>
                                                            </ItemTemplate>
                                                            <HeaderStyle Width="50px" HorizontalAlign="Center" />
                                                            <ItemStyle Width="50px" HorizontalAlign="Center" />
                                                        </telerik:GridTemplateColumn>
                                                    </Columns>
                                                </MasterTableView>
                                            </telerik:RadGrid>
                                        </td>
                                    </tr>
                                </table>
                            </telerik:RadPageView>
                            <telerik:RadPageView ID="pg5" runat="server">
                                <table border="0" width="1198px">
                                    <tr>
                                        <td>
                                              
                                        </td>
                                        <td align="center">
                                            <asp:Panel ID="Panel5" runat="server" BorderColor="#C0C0FF" BorderStyle="Solid" BorderWidth="1px"
                                                Width="790px">
                                                <div style="text-align: center">
                                                    <table border="0" style="width: 700px; height: 100%; margin-left: 40px;">
                                                        <tbody>
                                                            <tr>
                                                                <td style="width: 100px; height: 5px; text-align: left;">
                                                                    Device Owner
                                                                </td>
                                                                <td style="width: 100px; height: 5px">
                                                                </td>
                                                                <td style="width: 101px; height: 5px; text-align: left;">
                                                                    Date
                                                                </td>
                                                                <td style="width: 101px; height: 5px">
                                                                </td>
                                                                <td style="width: 101px; height: 5px; text-align: left;">
                                                                    Type
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td style="width: 100px; height: 4px">
                                                                    <telerik:RadComboBox ID="cmbdeviceownerlogs" runat="server" Skin="Web20" Width="280px">
                                                                    </telerik:RadComboBox>
                                                                </td>
                                                                <td style="width: 100px; height: 4px">
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                    <telerik:RadDatePicker ID="dtdatelogs" runat="server" Skin="Web20" Width="165px">
                                                                        <DateInput ID="DateInput6" runat="server" DateFormat="MM/dd/yyyy" EmptyMessage="Select To Date">
                                                                        </DateInput>
                                                                        <Calendar ID="Calendar6" runat="server" Skin="Web20" UseColumnHeadersAsSelectors="False"
                                                                            UseRowHeadersAsSelectors="False" ViewSelectorText="x">
                                                                        </Calendar>
                                                                        <DatePopupButton HoverImageUrl="" ImageUrl="" />
                                                                    </telerik:RadDatePicker>
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                </td>
                                                                <td style="width: 101px; height: 4px">
                                                                    <telerik:RadComboBox ID="cmbtypelogs" runat="server">
                                                                        <Items>
                                                                            <telerik:RadComboBoxItem runat="server" Text="Both" />
                                                                            <telerik:RadComboBoxItem runat="server" Text="Transfered" />
                                                                            <telerik:RadComboBoxItem runat="server" Text="Not Transfered" />
                                                                        </Items>
                                                                    </telerik:RadComboBox>
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="1" style="text-align: center">
                                                                </td>
                                                                <td colspan="3" style="text-align: center">
                                                                      
                                                                </td>
                                                                <td colspan="1" style="text-align: center">
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td colspan="5" style="height: 20px; text-align: center">
                                                                    <asp:Button ID="btnSearch5" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Search"
                                                                        Width="100px" />
                                                                     <asp:Button ID="btnclear5" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Clear"
                                                                        Width="100px" />
                                                                     <asp:Button ID="Button6" runat="server" BackColor="#80070A" BorderStyle="Ridge"
                                                                        Font-Names="Tahoma" Font-Size="9pt" ForeColor="White" Style="cursor: hand" Text="Back"
                                                                        Width="100px" PostBackUrl="~/Menu.aspx" />
                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                </div>
                                            </asp:Panel>
                                        </td>
                                        <td>
                                              
                                        </td>
                                    </tr>
                                </table>
                                <br />
                                <table style="width: 100%">
                                    <tr>
                                        <td style="width: 100px; text-align: center">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; text-align: left">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; text-align: left">
                                              
                                        </td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100%; text-align: left;">
                                            <telerik:RadGrid ID="grd5" runat="server" GridLines="None" PageSize="50" Width="1198px"
                                                Height="100%" Skin="Web20" AllowMultiRowSelection="false" AllowPaging="True"
                                                AutoGenerateColumns="False" GroupingEnabled="true" ShowGroupPanel="true">
                                                <MasterTableView DataKeyNames="id">
                                                    <Columns>
                                                        <telerik:GridBoundColumn Visible="false" DataField="id" HeaderText="id" UniqueName="id">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="account" HeaderText="Account" Visible="false"
                                                            UniqueName="account">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="nativecode" HeaderText="Native Code" UniqueName="nativecode">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="date" HeaderText="Date" UniqueName="date">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="logmode" HeaderText="Log Mode" UniqueName="logmode">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle HorizontalAlign="Center" />
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="sessionid" HeaderText="Session ID" UniqueName="sessionid">
                                                        </telerik:GridBoundColumn>
                                                        <telerik:GridBoundColumn DataField="action" HeaderText="Action" UniqueName="action">
                                                            <HeaderStyle HorizontalAlign="Center" />
                                                            <ItemStyle Width="400px" />
                                                        </telerik:GridBoundColumn>
                                                    </Columns>
                                                </MasterTableView>
                                                <ClientSettings AllowDragToGroup="true">
                                                </ClientSettings>
                                                <GroupingSettings ShowUnGroupButton="true" />
                                            </telerik:RadGrid>
                                        </td>
                                    </tr>
                                </table>
                            </telerik:RadPageView>
                        </telerik:RadMultiPage>
                        <br />
                    </td>
                    <td>
                          
                    </td>
                </tr>
            </table>
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <br />
             
             
         </telerik:RadAjaxPanel>
    </div>
    </form>
    <map name="Map" id="Map">
        <area shape="rect" coords="7,4,17,16" href="#" />
        <area shape="rect" coords="23,6,33,16" href="#" />
        <area shape="rect" coords="37,2,51,15" href="#" />
    </map>
</body>

Thank You.
Suresh K
0
Daniel
Telerik team
answered on 07 Dec 2010, 10:24 PM
Hello Suresh,

I created a runnable project based on your code but unfortunately I'm unable to reproduce the reported problem. Please have a look at the attached file and let me know if I'm missing something.

Regards,
Daniel
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Suresh K
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Suresh K
Top achievements
Rank 1
Share this question
or