Hi,
I am currently trying to find problem in which my grid isn't working.
I have followed the “my first grid guide”, step by step, but it is not working. I soppose that i'm missing something.
Firefox displays the page withought errors but does not populate the grid.
IE8 does display and error in line 12 in char 7209 of the jquery-1.3.2.min.js
Here are the details:
MySQL database: contactos
CREATE TABLE contactosgrid(
id int( 11 ) NOT NULL AUTO_INCREMENT ,
nome TEXT NOT NULL ,
login TEXT NOT NULL ,
ext int( 11 ) DEFAULT NULL ,
tel int( 11 ) DEFAULT NULL ,
pc TEXT NOT NULL ,
user int( 11 ) DEFAULT NULL ,
printer TEXT DEFAULT NULL ,
localp TEXT NOT NULL ,
email TEXT NOT NULL ,
PRIMARY KEY ( id ) );INSERT INTO
contactos.contactosgrid(id,nome,login,ext,tel,pc,user,printer,localp,
http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>My First Grid
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top