or
<td class="ms-formbody"> <telerik:RadComboBox ID="rcbxContinuity" runat="server" AutoPostBack="false" HighlightTemplatedItems="True" MarkFirstMatch="true" EmptyMessage="Choose a continuity" Width="175px" Sort="Ascending" DropDownAutoWidth="Enabled"> </telerik:RadComboBox></td><td class="ms-formbody"> <telerik:RadComboBox ID="rcbxContinuity" runat="server" CheckBoxes="true" Width="175px" Sort="Ascending" EnableCheckAllItemsCheckBox="false" EmptyMessage="Choose continuity" DropDownAutoWidth="Enabled"> </telerik:RadComboBox></td>.ms-formbody{ font-family: verdana; font-size: 12px; vertical-align: top; background: #f6f6f6; color: #000000 !important; border-top: 1px solid #d8d8d8; padding: 3px 6px 4px 6px;}<telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="true" AllowSorting="true" ShowGroupPanel="true" PageSize="5" AllowPaging="true"> <MasterTableView ClientDataKeyNames="IdNavegacionenMenus"> <Columns> <telerik:GridBoundColumn DataField="IdNavegacionenMenus" UniqueName="ClId" HeaderText="Id Navegacion" DataType="System.Int64"></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="FechaNavegacion" UniqueName="ClHora" HeaderText="Fecha suceso" DataType="System.DateTime" ></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="NombreUsuario" DataType="System.String" UniqueName="Nombre" HeaderText="Nombre"></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="OpcionNavegada" DataType="System.String" UniqueName="Opcion" HeaderText="Opcion navegada"></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="CodigoUsuario" DataType="System.String" UniqueName="Codigo" HeaderText="Codigo"></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="MacEntrada" DataType="System.String" UniqueName="Mac" HeaderText="Mac"></telerik:GridBoundColumn> </Columns> </MasterTableView> <ClientSettings AllowGroupExpandCollapse="true"> <DataBinding Location="http://localhost:50155/ODataAuditoria.svc" DataService-Type="OData" ResponseType="JSONP"> <DataService TableName="NavegacionenMenus" Type="OData" /> </DataBinding> </ClientSettings></telerik:RadGrid>We have a telerik grid with 2 freezed columns . we have used below code to make the column freeze.
<Scrolling AllowScroll="True" SaveScrollPosition="true" UseStaticHeaders="true" FrozenColumnsCount="2" />
We have a hyperlink in a column of Grid. And Clicking on that link one popup opens. But when we scroll and click on that link then it shows 3 columns and that popup never opens. and also horizontal scrollbar gets disappear. Please find the screen shots for the same in attached doc.
Please provide the solution asap.