The Filter Button does not work I cannot fathom why :(
The format code block doesn't seem to work with firefox but
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:Marty-rls7ConnectionString %>"
SelectCommand="SELECT [WO_SD_NO_P], [WO_SD_DE], [WO_SD_EQ_NO] FROM [SA_WO_SD_Data] WHERE ([SI_SITE] = @SI_SITE)" EnableCaching="true" CacheDuration="Infinite">
<SelectParameters>
<asp:Parameter DefaultValue="SiteA" Name="SI_SITE" Type="String" />
</SelectParameters>
</asp:SqlDataSource>
<Telerik:RadScriptManager ID="scriptmanager" runat="server" />
<Telerik:RadAjaxManager ID="ajaxmanager" runat="server" />
<Telerik:RadGrid ID="RegisterGrid" runat="server" DataSourceID="SqlDataSource1"
AllowFilteringByColumn="true" AllowSorting="true" GroupingEnabled="true" ShowGroupPanel="true">
<ClientSettings AllowColumnsReorder="true" AllowDragToGroup="true"/>
</Telerik:RadGrid>
</div>
</form>
</body>
</html>
The filter button doesn't work :(
Can anyone help ?
In firefox the menu appears to show but it is empty.
Mart
The format code block doesn't seem to work with firefox but
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:Marty-rls7ConnectionString %>"
SelectCommand="SELECT [WO_SD_NO_P], [WO_SD_DE], [WO_SD_EQ_NO] FROM [SA_WO_SD_Data] WHERE ([SI_SITE] = @SI_SITE)" EnableCaching="true" CacheDuration="Infinite">
<SelectParameters>
<asp:Parameter DefaultValue="SiteA" Name="SI_SITE" Type="String" />
</SelectParameters>
</asp:SqlDataSource>
<Telerik:RadScriptManager ID="scriptmanager" runat="server" />
<Telerik:RadAjaxManager ID="ajaxmanager" runat="server" />
<Telerik:RadGrid ID="RegisterGrid" runat="server" DataSourceID="SqlDataSource1"
AllowFilteringByColumn="true" AllowSorting="true" GroupingEnabled="true" ShowGroupPanel="true">
<ClientSettings AllowColumnsReorder="true" AllowDragToGroup="true"/>
</Telerik:RadGrid>
</div>
</form>
</body>
</html>
The filter button doesn't work :(
Can anyone help ?
In firefox the menu appears to show but it is empty.
Mart