Posted on: 2/20/2015 11:52:10 PM | Views : 1947

Hi there
I'm trying to get my gridview to be responsive when viewed on mobile. Gridview was working as normal until I tried hooking up the footable.js. My code is as follows client site (server side should be okay as it was working before and I have only changed things client side)
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Site1.Master" CodeBehind="Admin.aspx.vb" Inherits="test.Admin1" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script> <link href="../../stylesheets/footable/footable.core.css" rel="stylesheet" /> <script src="../../js/footable.js"></script> <script type="text/javascript&q ...

Go to the complete details ...